aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-real-random
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-03-25 08:27:17 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-03-25 08:27:17 +0000
commit594c2428ca5adff5d3e95416682134415f2e23e7 (patch)
treee2666585f3be7fc5143a6acba53113853183cb1b /audio/xmms-real-random
parent45144bdd5bdbc1cdf47e4fe581e0a82d08e3ba89 (diff)
downloadports-594c2428ca5adff5d3e95416682134415f2e23e7.tar.gz
ports-594c2428ca5adff5d3e95416682134415f2e23e7.zip
Notes
Diffstat (limited to 'audio/xmms-real-random')
-rw-r--r--audio/xmms-real-random/Makefile4
-rw-r--r--audio/xmms-real-random/distinfo4
-rw-r--r--audio/xmms-real-random/files/patch-Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/audio/xmms-real-random/Makefile b/audio/xmms-real-random/Makefile
index 627a984fe32b..d878ad8b50b7 100644
--- a/audio/xmms-real-random/Makefile
+++ b/audio/xmms-real-random/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= xmms-real-random
-PORTVERSION= 0.2
-PORTREVISION= 1
+PORTVERSION= 0.3
CATEGORIES= audio
MASTER_SITES= http://kingleo.home.pages.at/development/stuff/
DISTNAME= real_random-${PORTVERSION}
@@ -24,6 +23,7 @@ USE_LIBTOOL_VER= 13
INSTALLS_SHLIB= yes
USE_X_PREFIX= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CFLAGS='${CFLAGS}'
post-patch:
diff --git a/audio/xmms-real-random/distinfo b/audio/xmms-real-random/distinfo
index 59c6593306b9..c0b07ecd11a6 100644
--- a/audio/xmms-real-random/distinfo
+++ b/audio/xmms-real-random/distinfo
@@ -1,2 +1,2 @@
-MD5 (real_random-0.2.tar.gz) = d50c70e8406b21582e7286747ac43981
-SIZE (real_random-0.2.tar.gz) = 172450
+MD5 (real_random-0.3.tar.gz) = f21b19c1485f7af4386e37c62e87df1e
+SIZE (real_random-0.3.tar.gz) = 174286
diff --git a/audio/xmms-real-random/files/patch-Makefile b/audio/xmms-real-random/files/patch-Makefile
index d75a6d835dd6..c8820a1c3ca8 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