mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
$NetBSD: patch-ab,v 1.3 2008/05/24 15:59:27 obache Exp $
|
|
|
|
--- widget/makefile.orig 1999-03-18 05:54:57.000000000 +0000
|
|
+++ widget/makefile
|
|
@@ -1,8 +1,8 @@
|
|
OBJECTS=window.o plate.o string.o button.o label.o textfield.o container.o frame.o util.o scrollbar.o font.o main.o
|
|
#C=/usr/local/gcc-2.8.1/bin/g++
|
|
CC=g++
|
|
-CFLAGS=-g -Wall
|
|
-LIBS=-L/usr/X11R6/lib -lX11
|
|
+CFLAGS=-Wall -I${X11BASE}/include
|
|
+LIBS=-L${X11BASE}/lib -lX11
|
|
LIBNAME=libns.a
|
|
|
|
all: test.o $(OBJECTS)
|