diff options
author | explorer <explorer@pkgsrc.org> | 1999-10-13 05:52:45 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1999-10-13 05:52:45 +0000 |
commit | dac6f1c8dc8f9b93467ef0fc77c67ec50d65d322 (patch) | |
tree | 33c6ca41116957eb2c29b36e3d11181dc0e7a30b /audio/lame/patches | |
parent | c91a2b3f27e5db30c9ad170693a12323c865fb38 (diff) | |
download | pkgsrc-dac6f1c8dc8f9b93467ef0fc77c67ec50d65d322.tar.gz |
Use LAME_USE_GTK=NO to turn off the GTK+ interface for 'lame' rather than two
separate packages, lame and lame-gui.
Diffstat (limited to 'audio/lame/patches')
-rw-r--r-- | audio/lame/patches/patch-gtk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/lame/patches/patch-gtk b/audio/lame/patches/patch-gtk new file mode 100644 index 00000000000..37979ebcf8e --- /dev/null +++ b/audio/lame/patches/patch-gtk @@ -0,0 +1,20 @@ +--- Makefile.orig Tue Sep 28 22:35:33 1999 ++++ Makefile Wed Sep 29 12:44:42 1999 +@@ -113,6 +113,17 @@ + + endif + ++########################################################################## ++# NetBSD ++########################################################################## ++ifeq ($(UNAME),NetBSD) ++# remove if you do not have GTK or do not want the GTK frame analyzer ++ GTK = -DHAVEGTK `gtk-config --cflags` ++ GTKLIBS = `gtk-config --libs` ++# Comment out next 2 lines if you want to remove VBR histogram capability ++ BRHIST_SWITCH = -DBRHIST ++ LIBTERMCAP = -lncurses ++endif + + ########################################################################## + # SunOS |