diff options
author | pooka <pooka@pkgsrc.org> | 1999-12-17 13:33:47 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 1999-12-17 13:33:47 +0000 |
commit | afe1d58b570052a240471bd9284b85bb7926a93f (patch) | |
tree | 53b9e838468403d79b7813c958a6fe5bfa9cff21 /audio/xsidplay/patches | |
parent | 79cbc7fa938fe0537372ea6bf2aadfa2c50f4878 (diff) | |
download | pkgsrc-afe1d58b570052a240471bd9284b85bb7926a93f.tar.gz |
Make this compile again. Hopefully fixes pr 9003 by Lennart Augustsson
Diffstat (limited to 'audio/xsidplay/patches')
-rw-r--r-- | audio/xsidplay/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xsidplay/patches/patch-aa b/audio/xsidplay/patches/patch-aa new file mode 100644 index 00000000000..ff53759e0d7 --- /dev/null +++ b/audio/xsidplay/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 1999/12/17 13:33:48 pooka Exp $ + +--- src/Makefile.in.orig Fri Jul 2 12:37:40 1999 ++++ src/Makefile.in Fri Dec 17 13:31:49 1999 +@@ -30,7 +30,7 @@ + LIBM = @LIBM@ + LIBIOS = @LIBIOS@ + LIBAUDIO = @LIBAUDIO@ +-LIBS = @LIBS@ -lqt -lX11 -lsidplay $(LIBM) $(LIBIOS) $(LIBAUDIO) ++LIBS = @LIBS@ -lqt -lX11 -lXext -lsidplay $(LIBM) $(LIBIOS) $(LIBAUDIO) + + # Part of Qt. + MOC = @MOC@ |