summaryrefslogtreecommitdiff
path: root/audio/grip/files/patch-aa
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-14 06:56:08 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-14 06:56:08 +0000
commitb46ed553c88e4516adb862e051e5d6e90661d7d6 (patch)
tree4d779fc532382a012c1c3edbd0444f9f97396763 /audio/grip/files/patch-aa
parentFix PORTREVISION. (diff)
Update to 2.99.0
PR: 35863 Submitted by: maintainer
Diffstat (limited to 'audio/grip/files/patch-aa')
-rw-r--r--audio/grip/files/patch-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/audio/grip/files/patch-aa b/audio/grip/files/patch-aa
deleted file mode 100644
index ada13a171613..000000000000
--- a/audio/grip/files/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
---- Makefile.orig Thu Oct 19 04:42:53 2000
-+++ Makefile Thu Jul 19 23:07:59 2001
-@@ -4,30 +4,24 @@
- OS=$(shell uname -s)
-
- # Compiler
--CC= gcc
-+CC?= gcc
-
- # Install prefix
--PREFIX=/usr
-+PREFIX?=/usr/local
-
- # Installation directory -- where the binary will go
- INSTALLDIR= $(PREFIX)/bin
-
- # Location to store auxilliary files
--AUXDIR= $(PREFIX)/lib/grip
-+AUXDIR= $(PREFIX)/etc
-
-
- # Compiler flags
--CFLAGS= -Wall `gtk-config --cflags` -DAUXDIR=\"$(AUXDIR)\" \
-+CFLAGS+= `$(GTK_CONFIG) --cflags gthread` -DAUXDIR=\"$(AUXDIR)\" \
- -DINSTALLDIR=\"$(INSTALLDIR)\" -D_REENTRANT
-
- # Link libraries
--LIBS= `gtk-config --libs gthread`
--ifeq ($(OS), Linux)
--LIBS+= -lpthread
--endif
--ifeq ($(OS), FreeBSD)
--LIBS+= -pthread
--endif
-+LIBS= `$(GTK_CONFIG) --libs gthread`
- PARLIBS= cdparanoia/interface/libcdda_interface.a \
- cdparanoia/paranoia/libcdda_paranoia.a
-