summaryrefslogtreecommitdiffstats
path: root/audio/xmms-real-random/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-03-25 08:27:17 +0000
committervs <vs@FreeBSD.org>2004-03-25 08:27:17 +0000
commitda2b07f94687c42a46ad82795b9badc2ed15aa88 (patch)
tree19b705fe9aab439b520be00eedaea4e74a53bd55 /audio/xmms-real-random/files
parent8667fdfcd6e77a1d05c52ee56c348be690b52f30 (diff)
downloadFreeBSD-ports-da2b07f94687c42a46ad82795b9badc2ed15aa88.zip
FreeBSD-ports-da2b07f94687c42a46ad82795b9badc2ed15aa88.tar.gz
Update to 0.3:
- Added scoring support PR: 64518 Submitted by: Ulrich Spoerlein (maintainer) Approved by: linimon (maintainer)
Diffstat (limited to 'audio/xmms-real-random/files')
-rw-r--r--audio/xmms-real-random/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-real-random/files/patch-Makefile b/audio/xmms-real-random/files/patch-Makefile
index d75a6d8..c8820a1 100644
--- a/audio/xmms-real-random/files/patch-Makefile
+++ b/audio/xmms-real-random/files/patch-Makefile
@@ -3,7 +3,7 @@
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libreal_random.la
--CFLAGS = $$(xmms-config --cflags)
+-CFLAGS = $$(xmms-config --cflags) -O2
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
libreal_random_la_SOURCES = real_random.c
libreal_random_la_LDFLAGS= -module -avoid-version -nostdlib -lpthread
@@ -14,7 +14,7 @@
lib_LTLIBRARIES = libreal_random.la
--CFLAGS = $$(xmms-config --cflags)
+-CFLAGS = $$(xmms-config --cflags) -O2
+CFLAGS = @CFLAGS@ $$(xmms-config --cflags)
libreal_random_la_SOURCES = real_random.c
libreal_random_la_LDFLAGS = -module -avoid-version -nostdlib -lpthread
OpenPOWER on IntegriCloud