diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-15 15:39:20 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2007-06-15 15:39:20 +0000 |
commit | ea2d142febe5b518a15c8edeb0e09584eafa6956 (patch) | |
tree | cdcb76c879dff2ac8ebb4ec1ff8659cec5deeab8 /audio/xsidplay | |
parent | b5f10cfc2d0af32b3dc4b881ac628a1f035627b3 (diff) |
Notes
Diffstat (limited to 'audio/xsidplay')
-rw-r--r-- | audio/xsidplay/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 4a25cc0bf4f5..2aa433fee3eb 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -1,6 +1,6 @@ -# New ports collection makefile for: xsidplay -# Date created: 28 November 1999 -# Whom: Anders Nordby <anders@fix.no> +# New ports collection makefile for: xsidplay +# Date created: 28 November 1999 +# Whom: Anders Nordby <anders@fix.no> # # $FreeBSD$ # @@ -32,7 +32,7 @@ QTCFGLIBS+= ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${MACHINE_ARCH} == "alpha" +.if ${ARCH} == "alpha" CFLAGS+= -O0 .endif @@ -62,6 +62,8 @@ PORTDOCS= README STIL.faq hv_sids.faq post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}|g' ${WRKSRC}/xsidplay.1 + @${REINPLACE_CMD} -e '60s|HistoryFile|class &|' \ + ${WRKSRC}/src/HistoryDialog.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin |