mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
parent
7b134ecb34
commit
6182c09cff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50449
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= xsidplay
|
||||
PORTVERSION= 1.6.2.1
|
||||
PORTVERSION= 1.6.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio emulators
|
||||
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
||||
@ -18,7 +18,7 @@ LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
|
||||
|
||||
USE_QT_VER= 2
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-qt-binaries=${X11BASE}/bin
|
||||
QTCPPFLAGS+= ${PTHREAD_CFLAGS}
|
||||
QTCFGLIBS+= ${PTHREAD_LIBS}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (xsidplay-1.6.2.1.tgz) = ddf115409d9ca0554c74e6e51c2f0a6e
|
||||
MD5 (xsidplay-1.6.3.tgz) = 2712556f53848749644f1f0466685885
|
||||
|
25
audio/xsidplay/files/patch-scripts:ltmain.sh
Normal file
25
audio/xsidplay/files/patch-scripts:ltmain.sh
Normal file
@ -0,0 +1,25 @@
|
||||
--- scripts/ltmain.sh.orig Wed Nov 14 08:32:24 2001
|
||||
+++ scripts/ltmain.sh Sat Nov 17 10:31:51 2001
|
||||
@@ -2408,6 +2408,9 @@
|
||||
*-*-netbsd*)
|
||||
# Don't link with libc until the a.out ld.so is fixed.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
+ # FreeBSD doesn't need this...
|
||||
+ ;;
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test "$build_libtool_need_lc" = "yes"; then
|
||||
@@ -4175,10 +4178,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
Loading…
Reference in New Issue
Block a user