mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
Dont' try to link with -ldnet_stub on the Alpha.
This commit is contained in:
parent
f5cb90c5dd
commit
d30ec4bde2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19680
11
games/xtic/files/patch-ab
Normal file
11
games/xtic/files/patch-ab
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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
|
Loading…
Reference in New Issue
Block a user