diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-11-03 23:53:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-11-03 23:53:46 +0000 |
commit | 3e82cbe0666025f361a9df0ad09dda0892b9d6cb (patch) | |
tree | edfd8f488d776f7bceec30a766c384d8e505b69c /audio | |
parent | 6aa15764f0cd15328d1e9ed14ce297ddffd4c0a7 (diff) | |
download | pkgsrc-3e82cbe0666025f361a9df0ad09dda0892b9d6cb.tar.gz |
Revive for lame-3.50, split from lame pkg.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lame-gui/patches/patch-gtk | 20 |
1 files changed, 20 insertions, 0 deletions
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 |