summaryrefslogtreecommitdiff
path: root/audio/musicbox
diff options
context:
space:
mode:
authortron <tron>1999-07-07 14:15:37 +0000
committertron <tron>1999-07-07 14:15:37 +0000
commita05b085cf0fe0914784bb2cec665006fb215ed19 (patch)
treea46483c17e786ff6681a8901ff5138137abc0db4 /audio/musicbox
parentc49c27ba42c22e30c56633ce6198ec8e57ce58a6 (diff)
downloadpkgsrc-a05b085cf0fe0914784bb2cec665006fb215ed19.tar.gz
Link with "Xext" library to make this work on ELF systems.
Diffstat (limited to 'audio/musicbox')
-rw-r--r--audio/musicbox/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musicbox/patches/patch-aa b/audio/musicbox/patches/patch-aa
index 7839a4e5ee8..0dcee6ffc17 100644
--- a/audio/musicbox/patches/patch-aa
+++ b/audio/musicbox/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/06/08 23:07:11 tron Exp $
+$NetBSD: patch-aa,v 1.2 1999/07/07 14:15:37 tron Exp $
--- Makefile.orig Wed Nov 12 20:01:58 1997
+++ Makefile Wed Jun 9 00:47:52 1999
@@ -29,7 +29,7 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/06/08 23:07:11 tron Exp $
all: ${ALL}
- ${GCC} ${ALL} -o ${PKG} -L${LIB} -I${INC} -lqt
-+ ${GCC} ${ALL} -o ${PKG} -L${LIB} -Wl,-R${LIB} -lqt -lX11 -lossaudio
++ ${GCC} ${ALL} -o ${PKG} -L${LIB} -Wl,-R${LIB} -lqt -lX11 -lXext -lossaudio
-player.o:
- ${GCC} -c player.cpp -o player.o ${CFLAGS} -L${LIB} -I${INC}