summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-11-03 23:53:46 +0000
committerhubertf <hubertf>1999-11-03 23:53:46 +0000
commitec1e2366740a5530c1b44aadd510a4129017a737 (patch)
treeedfd8f488d776f7bceec30a766c384d8e505b69c /audio
parent182c54cddc04a7d91fb519f1f3b801406e557b59 (diff)
downloadpkgsrc-ec1e2366740a5530c1b44aadd510a4129017a737.tar.gz
Revive for lame-3.50, split from lame pkg.
Diffstat (limited to 'audio')
-rw-r--r--audio/lame-gui/patches/patch-gtk20
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