Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162565554
D19994.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
932 B
Referenced Files
None
Subscribers
None
D19994.diff
View Options
Index: head/audio/vgmplay/Makefile
===================================================================
--- head/audio/vgmplay/Makefile
+++ head/audio/vgmplay/Makefile
@@ -2,6 +2,7 @@
PORTNAME= vgmplay
PORTVERSION= 0.40.9
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= https://github.com/vgmrips/${PORTNAME}/releases/download/${PORTVERSION}/
DISTNAME= ${PORTNAME:S/vgmp/VGMP/}_${PORTVERSION:S/.//:S/./-/}_src
@@ -26,10 +27,12 @@
OSS_MAKE_ENV+= USE_LIBAO=0
LIBAO_MAKE_ENV+= USE_LIBAO=1
LIBAO_LIB_DEPENDS= libao.so:audio/libao
-LIBAO_CFLAGS+= -I${LOCALBASE}/include
-LIBAO_LDFLAGS+= -L${LOCALBASE}/lib
+LIBAO_USES= localbase:ldflags
-MAKE_ENV+= PREFIX=${LOCALBASE}
+MAKE_ENV+= PREFIX=${LOCALBASE} ${MAKE_ENV_${ARCH}}
+MAKE_ENV_powerpc64= BYTE_ORDER=2
+MAKE_ENV_powerpc= BYTE_ORDER=2
+MAKE_ENV_powerpcspe= BYTE_ORDER=2
PLIST_FILES= bin/vgmplay bin/vgm2pcm bin/vgm2wav man/man1/vgmplay.1.gz ${EXAMPLESDIR}/vgmplay.ini
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 15, 2:57 PM (2 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35103698
Default Alt Text
D19994.diff (932 B)
Attached To
Mode
D19994: audio/vgmplay: correct endianness on big-endian architectures
Attached
Detach File
Event Timeline
Log In to Comment