diff options
author | tron <tron@pkgsrc.org> | 1999-07-07 14:15:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-07 14:15:37 +0000 |
commit | 2994c8a0a096c845f646dd3a3a17207df0d97f1e (patch) | |
tree | a46483c17e786ff6681a8901ff5138137abc0db4 /audio/musicbox | |
parent | 2d52ccaf9251e8fdb55b1a76fb0d40038e024743 (diff) | |
download | pkgsrc-2994c8a0a096c845f646dd3a3a17207df0d97f1e.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-aa | 4 |
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} |