1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't try to link with -ldnet_stub on the Alpha.

This commit is contained in:
Steve Price 1999-06-22 17:47:37 +00:00
parent 6d0a076c88
commit 38bb479f38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19678

View File

@ -0,0 +1,11 @@
--- src/Imakefile.orig Sun Jun 20 19:20:59 1999
+++ src/Imakefile Sun Jun 20 19:21:18 1999
@@ -9,7 +9,7 @@
XPMLIB = XPMLIBRARY
-#ifdef AlphaArchitecture
+#if defined(AlphaArchitecture) && !defined(FreeBSDArchitecture)
LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(XTOOLLIB) $(XAWLIB) $(XMULIB) -ldnet_stub
#else
#ifdef HPArchitecture