1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/graphics/ida/files/patch-GNUmakefile
Pav Lucistnik 9e1e7be801 Add ida, a small and fast image viewer, motif-based. Some basic editing
functions are available too.

PR:		ports/70741
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-08-21 13:26:23 +00:00

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 ...