summaryrefslogtreecommitdiff
path: root/audio/audacious-dumb/files/patch-Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2008-02-28 05:41:17 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2008-02-28 05:41:17 +0000
commit059e574edaec0f83db4e425d2ac359aafb7c04c0 (patch)
tree7071be38f8dae75bb10e3730da6f33b5e4ad5ea5 /audio/audacious-dumb/files/patch-Makefile
parentUpdate to 0.99.8. (diff)
welcome audacious 1.4!
Notes
Notes: svn path=/head/; revision=208046
Diffstat (limited to 'audio/audacious-dumb/files/patch-Makefile')
-rw-r--r--audio/audacious-dumb/files/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/audacious-dumb/files/patch-Makefile b/audio/audacious-dumb/files/patch-Makefile
index da90b90183e3..98832e186b01 100644
--- a/audio/audacious-dumb/files/patch-Makefile
+++ b/audio/audacious-dumb/files/patch-Makefile
@@ -1,15 +1,15 @@
---- ./Makefile.orig Wed Feb 28 13:01:40 2007
-+++ ./Makefile Wed May 30 10:34:31 2007
+--- Makefile.orig 2007-10-28 19:36:45.000000000 +0100
++++ Makefile 2007-11-28 15:07:03.000000000 +0100
@@ -7,7 +7,7 @@
CC ?= gcc
CFLAGS ?= -O2 -pipe
-CFLAGS += -Wall -fPIC -DPIC -I/usr/local/include
+CFLAGS += -Wall -fPIC -DPIC -I$(LOCALBASE)/include
- AUDACIOUSCFLAGS = $(shell pkg-config 'audacious >= 1.3' --cflags || echo "old")
+ AUDACIOUSCFLAGS = $(shell pkg-config 'audacious >= 1.4' --cflags || echo "old")
ifeq ($(AUDACIOUSCFLAGS),old)
-@@ -16,6 +16,8 @@
+@@ -17,6 +17,8 @@
CFLAGS += $(AUDACIOUSCFLAGS)
endif
@@ -18,7 +18,7 @@
DUMBLIBS := -ldumb -L/usr/local/lib
AUDACIOUSLIBS := $(shell pkg-config audacious --libs)
-@@ -24,13 +26,9 @@
+@@ -25,13 +27,9 @@
OBJECTS := $(SOURCES:%.c=$(OBJDIR)/%.o)
all: $(PLUGIN_FILE)