From 3e82cbe0666025f361a9df0ad09dda0892b9d6cb Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 3 Nov 1999 23:53:46 +0000 Subject: Revive for lame-3.50, split from lame pkg. --- audio/lame-gui/patches/patch-gtk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 audio/lame-gui/patches/patch-gtk (limited to 'audio') diff --git a/audio/lame-gui/patches/patch-gtk b/audio/lame-gui/patches/patch-gtk new file mode 100644 index 00000000000..02a28f1f4c6 --- /dev/null +++ b/audio/lame-gui/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 = -lcurses ++endif + + ########################################################################## + # SunOS -- cgit v1.2.3