diff options
Diffstat (limited to 'audio/lame/patches/patch-gtk')
-rw-r--r-- | audio/lame/patches/patch-gtk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/lame/patches/patch-gtk b/audio/lame/patches/patch-gtk deleted file mode 100644 index 37979ebcf8e..00000000000 --- a/audio/lame/patches/patch-gtk +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |