mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
9e1e7be801
functions are available too. PR: ports/70741 Submitted by: Andrey Slusar <anray@inet.ua>
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
--- GNUmakefile.old Fri Aug 20 18:02:55 2004
|
|
+++ GNUmakefile Fri Aug 20 18:03:28 2004
|
|
@@ -11,8 +11,8 @@
|
|
LDLIBS += -lm
|
|
|
|
# for X11 + Motif
|
|
-CFLAGS += -I/usr/X11R6/include
|
|
-LDFLAGS += -L/usr/X11R6/$(LIB)
|
|
+CFLAGS += -I$(X11BASE)/include
|
|
+LDFLAGS += -L$(X11BASE)/$(LIB)
|
|
LDLIBS += -lXm -lXpm -lXt -lXext -lX11
|
|
|
|
# RegEdit.c is good old K&R ...
|