diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:47:41 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-05 06:47:41 +0000 |
commit | 3707e5b7408ecadb0bda141dd82ec9bbca5d0267 (patch) | |
tree | f1d64a9e396a97d08c7dc5b7eed24efc11a3fa10 /audio/lame/files | |
parent | Implement USE_GTK, part 2. (diff) |
Implment WANT_GTK.
Notes
Notes:
svn path=/head/; revision=33426
Diffstat (limited to 'audio/lame/files')
-rw-r--r-- | audio/lame/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/files/patch-aa b/audio/lame/files/patch-aa index 47cbc6de3f76..e04f0d348fed 100644 --- a/audio/lame/files/patch-aa +++ b/audio/lame/files/patch-aa @@ -17,7 +17,7 @@ # remove if you do not have GTK or do not want the GTK frame analyzer - GTK = -DHAVEGTK `gtk12-config --cflags` - GTKLIBS = `gtk12-config --libs` -+ifndef WITHOUT_X11 ++ifdef HAVE_GTK + GTK = -DHAVEGTK `$(GTK_CONFIG) --cflags` + GTKLIBS = `$(GTK_CONFIG) --libs` +endif |