aboutsummaryrefslogtreecommitdiff
path: root/devel/root
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-09 16:30:59 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-09 16:30:59 +0000
commit1c348e4c301c497f8d6cb2a2a5fe61fd3c6f9bb5 (patch)
tree9ce0ce43744b2fb7d0243482a77b103cfc2111b5 /devel/root
parentac25324fc1ec36796f30cff7114553049d48d4ba (diff)
downloadports-1c348e4c301c497f8d6cb2a2a5fe61fd3c6f9bb5.tar.gz
ports-1c348e4c301c497f8d6cb2a2a5fe61fd3c6f9bb5.zip
Notes
Diffstat (limited to 'devel/root')
-rw-r--r--devel/root/Makefile7
-rw-r--r--devel/root/files/patch-asimage-Module.mk10
2 files changed, 17 insertions, 0 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile
index c091278f9ad0..bc928fb896df 100644
--- a/devel/root/Makefile
+++ b/devel/root/Makefile
@@ -258,6 +258,13 @@ post-patch:
's|auxcflags=\"PTHREAD-CFLAGS|auxcflags=\"${PTHREAD_CFLAGS}|;\
s|auxlibs=\"PTHREAD-LIBS|auxlibs=\"${PTHREAD_LIBS}|' \
${WRKSRC}/config/root-config.in
+ @${REINPLACE_CMD} -e \
+ 's|/usr/X11R6|${X11BASE}|g' \
+ ${WRKSRC}/configure \
+ ${WRKSRC}/cint/lib/gl/setup \
+ ${WRKSRC}/cint/lib/xlib/setup \
+ ${WRKSRC}/config/Makefile.freebsd* \
+ ${WRKSRC}/test/Makefile.arch
.if defined(MAINTAINER_MODE)
test: install
diff --git a/devel/root/files/patch-asimage-Module.mk b/devel/root/files/patch-asimage-Module.mk
new file mode 100644
index 000000000000..dc39ede59357
--- /dev/null
+++ b/devel/root/files/patch-asimage-Module.mk
@@ -0,0 +1,10 @@
+--- asimage/Module.mk.orig Sat Dec 9 23:53:19 2006
++++ asimage/Module.mk Sat Dec 9 23:55:36 2006
+@@ -167,6 +167,7 @@
+ --with-ttf $$TTFINCDIR \
+ --with-afterbase=no \
+ --disable-glx \
++ --x-libraries=$(X11BASE)/lib --x-includes=$(X11BASE)/include \
+ $$MMX \
+ $(ASTEPDBG) \
+ --with-builtin-ungif \