aboutsummaryrefslogtreecommitdiff
path: root/x11/xwinwrap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-05 20:11:09 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-05 20:11:09 +0000
commit8807204c1014569258ef1d306fee0370b74f023b (patch)
treee55dfb5d1f0906d1f12b55e1b02b3d1d1793d7dc /x11/xwinwrap
parent21b385c33e61ef181a0942becbf930d5b5164e58 (diff)
downloadports-8807204c1014569258ef1d306fee0370b74f023b.tar.gz
ports-8807204c1014569258ef1d306fee0370b74f023b.zip
Notes
Diffstat (limited to 'x11/xwinwrap')
-rw-r--r--x11/xwinwrap/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xwinwrap/files/patch-Makefile b/x11/xwinwrap/files/patch-Makefile
index 7e172869c227..afdd27606b2e 100644
--- a/x11/xwinwrap/files/patch-Makefile
+++ b/x11/xwinwrap/files/patch-Makefile
@@ -25,8 +25,8 @@
+
+TARGET = xwinwrap
+
-+CFLAGS = -I/usr/X11R6/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
-+LDFLAGS = -L/usr/X11R6/lib -lX11 -lXext -lXrender
++CFLAGS = -I${LOCALBASE}/include -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
++LDFLAGS = -L${LOCALBASE}/lib -lX11 -lXext -lXrender
+
+all:
+ if [ "${ARCH}" = "x86_64" ] ; then \