diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 01:58:42 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 01:58:42 +0000 |
commit | ae2249fb90678cc205f3f49c7a9908a436252f2e (patch) | |
tree | a3298fdb3133ed4ce6ecde9d7b5813e82dbb5461 /audio/xtuner | |
parent | b4daa3c1d54d8a852ddb32ffd54860e0b000c92d (diff) | |
download | ports-ae2249fb90678cc205f3f49c7a9908a436252f2e.tar.gz ports-ae2249fb90678cc205f3f49c7a9908a436252f2e.zip |
All FreeBSD/Alpha we need to add '-lio' to resolve inb/outb and friends.
Notes
Notes:
svn path=/head/; revision=21799
Diffstat (limited to 'audio/xtuner')
-rw-r--r-- | audio/xtuner/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/xtuner/files/patch-ab b/audio/xtuner/files/patch-ab new file mode 100644 index 000000000000..bd82f28a5387 --- /dev/null +++ b/audio/xtuner/files/patch-ab @@ -0,0 +1,14 @@ +--- Imakefile.orig Sat Sep 18 11:34:00 1999 ++++ Imakefile Sat Sep 18 11:34:39 1999 +@@ -27,7 +27,11 @@ + #if defined (FreeBSDArchitecture) + CC= gcc + EXTRA_DEFINES= -D_HAVE_PARAM_H ++#if defined (AlphaArchitecture) ++ LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -lio ++#else + LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm ++#endif + #else + CFLAGS= -O2 -m486 + LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm |