mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d812e4329d
PR: 6048 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
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
|