summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 04:25:04 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-11 04:25:04 +0800
commitb899feb460b077b9e28f21a768a22b9d0adb0743 (patch)
treecd6767e17166c2da4b2c364bc21fe693ea946607 /sysutils
parentf7b7a57ca6ce70aaefde07078b229b1c11f7beba (diff)
downloadmarcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.gz
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.bz2
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.lz
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.xz
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.tar.zst
marcuscom-ports-b899feb460b077b9e28f21a768a22b9d0adb0743.zip
Fix the build with new gtk20.
Reported by: pointyhat-exp git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9747 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gdmap/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gdmap/Makefile b/sysutils/gdmap/Makefile
index 72569d36a..6a979c052 100644
--- a/sysutils/gdmap/Makefile
+++ b/sysutils/gdmap/Makefile
@@ -28,5 +28,7 @@ MAN1= gdmap.1
post-patch:
@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \
${WRKSRC}/src/gui_main.c
+ @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>