summaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-11-24 22:11:08 +0000
committermiwi <miwi@FreeBSD.org>2006-11-24 22:11:08 +0000
commitbd426870a6faf867311022a4d33165eae87a59ed (patch)
treecd831dd6263ca4fe31805ded922e42bb9232307d /emulators
parentd93cc3d96259a821b6183e7121480d316cc41895 (diff)
downloadFreeBSD-ports-bd426870a6faf867311022a4d33165eae87a59ed.zip
FreeBSD-ports-bd426870a6faf867311022a4d33165eae87a59ed.tar.gz
- Respect X11BASE
PR: 105804 Submitted by: trasz (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dtcyber/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/dtcyber/Makefile b/emulators/dtcyber/Makefile
index 1a50c7c..2be19a8 100644
--- a/emulators/dtcyber/Makefile
+++ b/emulators/dtcyber/Makefile
@@ -28,6 +28,7 @@ PLIST_DIRS= %%EXAMPLESDIR%%
pre-patch:
${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.x11
${REINPLACE_CMD} -e 's|CFLAGS = -O2|CFLAGS+= |' ${WRKSRC}/Makefile.x11
+ ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/Makefile.x11
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${PREFIX}/bin
OpenPOWER on IntegriCloud