mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
412 B
Plaintext
18 lines
412 B
Plaintext
--- Imakefile.orig Tue Jun 25 01:42:14 1996
|
|
+++ Imakefile Sun Jun 20 19:18:26 1999
|
|
@@ -19,11 +19,13 @@
|
|
#if defined(SunArchitecture)
|
|
#endif
|
|
|
|
-#if defined(AlphaArchitecture)
|
|
+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
|
|
OS_LIB_FLAGS = -lbsd
|
|
#endif
|
|
|
|
#if defined(FreeBSDArchitecture)
|
|
+XPM_INC_FLAGS = -I$(X11BASE)/include/X11
|
|
+XPM_LIB_FLAGS = -lXpm
|
|
#endif
|
|
|
|
SRCS = init.c oids.c oids_x.c
|