1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/audio/lame/files/patch-aa
Chris Piazza a5f53f5127 Update to lame 3.70
PR:		18119
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
Reviewed by:	maintainer
2000-04-29 20:44:49 +00:00

23 lines
647 B
Plaintext

--- Makefile.orig Thu Apr 20 01:50:18 2000
+++ Makefile Thu Apr 20 01:50:39 2000
@@ -12,7 +12,7 @@
# defaults:
PGM = lame
CC = gcc
-CC_OPTS = -O
+CC_OPTS = ${CFLAGS}
GTK =
GTKLIBS =
SNDLIB = -DLAMESNDFILE
@@ -136,8 +136,10 @@
##########################################################################
ifeq ($(UNAME),FreeBSD)
# remove if you do not have GTK or do not want the GTK frame analyzer
+ifndef WITHOUT_X11
GTK = -DHAVEGTK `gtk12-config --cflags`
GTKLIBS = `gtk12-config --libs`
+endif
# Comment out next 2 lines if you want to remove VBR histogram capability
BRHIST_SWITCH = -DBRHIST
LIBTERMCAP = -lncurses