diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 16:46:53 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2007-10-25 16:46:53 +0000 |
commit | 9ed530fb8b611928e814ae18a9742c2541840a6c (patch) | |
tree | 261437407174323060a8473ed90d2250926f0200 /emulators/tiemu3 | |
parent | bb1e08b6be93c38fc0a1c876a818255110e6457f (diff) |
Notes
Diffstat (limited to 'emulators/tiemu3')
-rw-r--r-- | emulators/tiemu3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/tiemu3/Makefile b/emulators/tiemu3/Makefile index 3eb173d68166..1e2a2f9b151f 100644 --- a/emulators/tiemu3/Makefile +++ b/emulators/tiemu3/Makefile @@ -51,6 +51,10 @@ post-patch: .SILENT ${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e 's,defined(__LINUX__),& || defined(__BSD__),' \ ${WRKSRC}/src/gui/calc/pckeys.h ${WRKSRC}/src/misc/paths.h + ${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|#define GTK_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/src/gui/device.c pre-install: ${CHMOD} +x ${WRKSRC}/install-sh |