diff options
author | danfe <danfe@FreeBSD.org> | 2007-06-29 03:50:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-06-29 03:50:25 +0800 |
commit | 16b3f5ed606416a7d4ecc5256fc4f11d597f142a (patch) | |
tree | 65975fdb3de548e1d1f4c0bb50027b9295cdc78f /audio/prokyon3/Makefile | |
parent | db5c68f53c97c1c0b42057d19689a82c0c66160e (diff) | |
download | freebsd-ports-gnome-16b3f5ed606416a7d4ecc5256fc4f11d597f142a.tar.gz freebsd-ports-gnome-16b3f5ed606416a7d4ecc5256fc4f11d597f142a.tar.zst freebsd-ports-gnome-16b3f5ed606416a7d4ecc5256fc4f11d597f142a.zip |
- Fix the build with vogue GCC [1]
- Ulitize DATADIR macro in pkg-plist
Reported by: pointyhat (logs) [1]
Diffstat (limited to 'audio/prokyon3/Makefile')
-rw-r--r-- | audio/prokyon3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/prokyon3/Makefile b/audio/prokyon3/Makefile index 9d83d936d4a0..7415b27bebe6 100644 --- a/audio/prokyon3/Makefile +++ b/audio/prokyon3/Makefile @@ -49,6 +49,10 @@ post-patch: @${REINPLACE_CMD} -e 's|prokburn||' ${WRKSRC}/Makefile.am @${REINPLACE_CMD} -e 's|prokburn||' ${WRKSRC}/Makefile.in .endif + @${REINPLACE_CMD} -E 's|[[:alpha:]]+::||' ${WRKSRC}/src/gui.h \ + ${WRKSRC}/src/configuration.h + @${REINPLACE_CMD} -e 's|QProgressDialogScroll::||' \ + ${WRKSRC}/src/jobbase.cpp post-install: @${CAT} ${PKGMESSAGE} |