diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-20 12:41:46 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-20 12:41:46 +0800 |
commit | 413697ec48e2f1cd0f6690e5c16dd0ad38cc73c9 (patch) | |
tree | a16e9219dc63623c6552dc04e7a4a9786a1f3653 /audio/rhythmbox-devel | |
parent | 2314cdc1c79b86fa206d6a452e018515a4b3058f (diff) | |
download | freebsd-ports-graphics-413697ec48e2f1cd0f6690e5c16dd0ad38cc73c9.tar.gz freebsd-ports-graphics-413697ec48e2f1cd0f6690e5c16dd0ad38cc73c9.tar.zst freebsd-ports-graphics-413697ec48e2f1cd0f6690e5c16dd0ad38cc73c9.zip |
* Fix hardcoded paths in the rhythmbox pkg-config file [1]
* Convert to new libtool scheme
Submitted by: ports/c0decafe.net <ports@c0decafe.net> [1]
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 6 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in | 14 |
2 files changed, 17 insertions, 3 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index f823cee94b1..9140ca076c8 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= rhythmbox PORTVERSION= 0.8.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 @@ -24,8 +24,8 @@ LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack intlhack lthack gnomeprefix libgnomeui -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui +USE_LIBTOOL_VER=15 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm" \ CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" diff --git a/audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in b/audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in new file mode 100644 index 00000000000..62a003b414a --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-data_rhythmbox.pc.in @@ -0,0 +1,14 @@ +--- data/rhythmbox.pc.in.orig Fri Aug 20 00:38:45 2004 ++++ data/rhythmbox.pc.in Fri Aug 20 00:39:21 2004 +@@ -1,7 +1,8 @@ + prefix=@prefix@ +-libdir=${prefix}/lib +-includedir=${prefix}/include +-idldir=${prefix}/share/idl ++exec_prefix=@exec_prefix@ ++libdir=@libdir@ ++includedir=@includedir@ ++idldir=@datadir@/idl + + Name: Rhythmbox + Description: Rhythmbox |