summaryrefslogtreecommitdiff
path: root/audio/lame-gui/patches/patch-gtk
blob: 4a17eb21ba6bc3beec5f33163566e4f99ee9c9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-gtk,v 1.2 1999/12/26 00:32:10 wiz Exp $
--- 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