summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-26 00:38:17 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-26 00:38:17 +0000
commit1c301f94c7600cd6d088aa5b3375c66e502cc57f (patch)
tree0fbfd2f1931a98e3f8ebc0594519c47c6f2426de /x11
parentBROKEN: Size mismatch (diff)
Put the conftarget hack into kdelibs as well, as it also doesn't use
USE_KDELIBS_VER.
Notes
Notes: svn path=/head/; revision=110017
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs3/Makefile4
-rw-r--r--x11/kdelibs4/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index 0f5311360e84..2dcf689624fa 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -47,8 +47,10 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= # empty
CONFIGURE_ARGS+=--disable-ltdl-install \
- --enable-mt
+ --enable-mt \
+ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 0f5311360e84..2dcf689624fa 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -47,8 +47,10 @@ INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
GNU_CONFIGURE= yes
+CONFIGURE_TARGET= # empty
CONFIGURE_ARGS+=--disable-ltdl-install \
- --enable-mt
+ --enable-mt \
+ --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf
FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc