mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
|
--- src/Imakefile.orig Sun Jun 20 19:27:24 1999
|
||
|
+++ src/Imakefile Sun Jun 20 19:27:46 1999
|
||
|
@@ -8,7 +8,7 @@
|
||
|
|
||
|
XPMLIB = XPMLIBRARY
|
||
|
|
||
|
-#ifdef AlphaArchitecture
|
||
|
+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
|
||
|
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB) -ldnet_stub
|
||
|
#else
|
||
|
#ifdef HPArchitecture
|