diff options
-rw-r--r-- | x11/wrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile index 4bdeb34d2cf..0e9750538f4 100644 --- a/x11/wrapper/Makefile +++ b/x11/wrapper/Makefile @@ -24,7 +24,7 @@ USE_X_PREFIX= yes do-fetch: do-build: - ${CC} ${CFLAGS} -o ${WRKSRC}/Xwrapper-4 ${FILESDIR}/wrapper.c + ${CC} ${CFLAGS} -DXSERVER_PATH=\"${X11BASE}/bin/XFree86\" -o ${WRKSRC}/Xwrapper-4 ${FILESDIR}/wrapper.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper-4 ${PREFIX}/bin |