summaryrefslogtreecommitdiff
path: root/audio/lame/patches/patch-gtk
blob: 37979ebcf8ea543b4c3f85cf6b3095a7c47d7dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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