diff options
Diffstat (limited to 'x11/xwinwrap/files/patch-Makefile')
-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 \ |