aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/poe
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-02-07 12:37:04 +0800
committerdinoex <dinoex@FreeBSD.org>2012-02-07 12:37:04 +0800
commitc003fedf9c1653fa6b87551b3bda939fb60c3a81 (patch)
tree0a7fe1941662d0992cb45c58eb0852d1b2a69444 /multimedia/poe
parent64ae0cda4a115d91120bd30f5708020fe3c48329 (diff)
downloadfreebsd-ports-gnome-c003fedf9c1653fa6b87551b3bda939fb60c3a81.tar.gz
freebsd-ports-gnome-c003fedf9c1653fa6b87551b3bda939fb60c3a81.tar.zst
freebsd-ports-gnome-c003fedf9c1653fa6b87551b3bda939fb60c3a81.zip
- fix build with gcc46
Diffstat (limited to 'multimedia/poe')
-rw-r--r--multimedia/poe/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/poe/Makefile b/multimedia/poe/Makefile
index 2e86ea058465..c8e95a7ce5f2 100644
--- a/multimedia/poe/Makefile
+++ b/multimedia/poe/Makefile
@@ -26,4 +26,8 @@ USE_GNUSTEP_INSTALL= yes
PORTSCOUT= skipv:0.5.2
+post-patch:
+ ${REINPLACE_CMD} -e 's|-lvorbisfile$$|-lvorbisfile -logg|' \
+ ${WRKSRC}/GNUmakefile
+
.include <bsd.port.mk>