diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-17 05:40:37 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-17 05:40:37 +0000 |
commit | 7c14c477fe715ca9ccdb4e1242c811ccdd390f58 (patch) | |
tree | 36c2abd8b4e768969cb09f2a543f686d7596e590 /audio/lame/files | |
parent | 0c69cabb3ca877e9b4f76bcaac69f061737da382 (diff) | |
download | ports-7c14c477fe715ca9ccdb4e1242c811ccdd390f58.tar.gz ports-7c14c477fe715ca9ccdb4e1242c811ccdd390f58.zip |
Update to 3.91
PR: 33945
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53223
Diffstat (limited to 'audio/lame/files')
-rw-r--r-- | audio/lame/files/patch-aa | 27 | ||||
-rw-r--r-- | audio/lame/files/patch-ab | 11 |
2 files changed, 0 insertions, 38 deletions
diff --git a/audio/lame/files/patch-aa b/audio/lame/files/patch-aa deleted file mode 100644 index 99d077e3026d..000000000000 --- a/audio/lame/files/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig Sat Jul 1 15:31:35 2000 -+++ Makefile Sat Jul 1 15:36:07 2000 -@@ -11,8 +11,8 @@ - - # defaults: - PGM = lame --CC = gcc --CC_OPTS = -O -+CC ?= gcc -+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 -- GTK = -DHAVEGTK `gtk12-config --cflags` -- GTKLIBS = `gtk12-config --libs` -+ifdef HAVE_GTK -+ GTK = -DHAVEGTK `$(GTK_CONFIG) --cflags` -+ GTKLIBS = `$(GTK_CONFIG) --libs` -+endif - # Comment out next 2 lines if you want to remove VBR histogram capability - BRHIST_SWITCH = -DBRHIST - LIBTERMCAP = -lncurses - diff --git a/audio/lame/files/patch-ab b/audio/lame/files/patch-ab deleted file mode 100644 index 9271d2fc2780..000000000000 --- a/audio/lame/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- lame.c.orig Thu Apr 20 01:48:22 2000 -+++ lame.c Thu Apr 20 01:49:04 2000 -@@ -1196,7 +1196,7 @@ - /* - * Disable floating point exepctions - */ --#ifdef __FreeBSD__ -+#if defined(__FreeBSD__) && !defined(__alpha__) - # include <floatingpoint.h> - { - /* seet floating point mask to the Linux default */ |