diff options
author | pav <pav@FreeBSD.org> | 2010-02-06 04:11:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-06 04:11:09 +0800 |
commit | 624ce006ef728e7e7dbd80a8f8fa5f229c9cf69d (patch) | |
tree | 9bbd682a920fbc8fb6d4bcde71ef6e91bb937b13 /x11 | |
parent | 43fc7c993bbf4019c5afb02915a7dcdf343c0591 (diff) | |
download | freebsd-ports-gnome-624ce006ef728e7e7dbd80a8f8fa5f229c9cf69d.tar.gz freebsd-ports-gnome-624ce006ef728e7e7dbd80a8f8fa5f229c9cf69d.tar.zst freebsd-ports-gnome-624ce006ef728e7e7dbd80a8f8fa5f229c9cf69d.zip |
- Fix build
Reported by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwinwrap/files/patch-Makefile | 4 |
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 \ |