mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
|
--- Imakefile.orig Tue Jun 25 02:42:14 1996
|
||
|
+++ Imakefile Mon Apr 27 00:58:16 1998
|
||
|
@@ -24,6 +24,8 @@
|
||
|
#endif
|
||
|
|
||
|
#if defined(FreeBSDArchitecture)
|
||
|
+XPM_INC_FLAGS = -I$(X11BASE)/include/X11
|
||
|
+XPM_LIB_FLAGS = -lXpm
|
||
|
#endif
|
||
|
|
||
|
SRCS = init.c oids.c oids_x.c
|