diff options
author | tron <tron> | 1999-07-07 14:15:37 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-07 14:15:37 +0000 |
commit | ef4021c091c06e66933acc7ae228ead8b9ee224a (patch) | |
tree | a46483c17e786ff6681a8901ff5138137abc0db4 /audio | |
parent | 8c46e423d0bfa6051d1f3c2e9896d847b0cd7b8f (diff) | |
download | pkgsrc-ef4021c091c06e66933acc7ae228ead8b9ee224a.tar.gz |
Link with "Xext" library to make this work on ELF systems.
Diffstat (limited to 'audio')
-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} |