aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-10-19 19:39:26 +0800
committerstas <stas@FreeBSD.org>2009-10-19 19:39:26 +0800
commit4db4629c6ce1a360f8de6168345a6db01dd9d5d8 (patch)
tree5f38386388db8a9c61add642dabfb9e5ac370527
parentb4287c235128ae1e8b368fae9d25c36427920e44 (diff)
downloadfreebsd-ports-gnome-4db4629c6ce1a360f8de6168345a6db01dd9d5d8.tar.gz
freebsd-ports-gnome-4db4629c6ce1a360f8de6168345a6db01dd9d5d8.tar.zst
freebsd-ports-gnome-4db4629c6ce1a360f8de6168345a6db01dd9d5d8.zip
- Add plist quirks for windows targets.
-rw-r--r--devel/cross-binutils/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/cross-binutils/Makefile b/devel/cross-binutils/Makefile
index 5af8b7a5e72f..e8fc80597673 100644
--- a/devel/cross-binutils/Makefile
+++ b/devel/cross-binutils/Makefile
@@ -70,6 +70,13 @@ PLIST_FILES= bin/${OURTARGET}-addr2line \
bin/${OURTARGET}-strings \
bin/${OURTARGET}-strip
+.if defined(TGTABI) && (${TGTABI} == "pc-mingw32" || ${TGTABI} == "mingw32")
+PLIST_FILES+= bin/${OURTARGET}-dlltool \
+ bin/${OURTARGET}-dllwrap \
+ bin/${OURTARGET}-windmc \
+ bin/${OURTARGET}-windres
+.endif
+
#.if defined(WITH_RTEMS_PATCHES)
#PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20071104.diff
#.endif