summaryrefslogtreecommitdiff
path: root/audio/grip/files/patch-aa
diff options
context:
space:
mode:
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
-