diff options
author | Will Andrews <will@FreeBSD.org> | 2002-03-30 17:07:53 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-03-30 17:07:53 +0800 |
commit | 97e6d164088095904ab49eafe23f9e1c67c494de (patch) | |
tree | 2a01fc85decccff8ce009661334e22692c899251 /graphics | |
parent | 8b392d97c6346a46347c1582408f145698da0544 (diff) | |
download | freebsd-ports-gnome-97e6d164088095904ab49eafe23f9e1c67c494de.tar.gz freebsd-ports-gnome-97e6d164088095904ab49eafe23f9e1c67c494de.tar.zst freebsd-ports-gnome-97e6d164088095904ab49eafe23f9e1c67c494de.zip |
Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This is
not tested other than for syntax, but should DTRT from what I understand
of the problem.
Submitted by: bento
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/kdegraphics2/Makefile | 7 | ||||
-rw-r--r-- | graphics/kdegraphics3/Makefile | 7 | ||||
-rw-r--r-- | graphics/kdegraphics4/Makefile | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/graphics/kdegraphics2/Makefile b/graphics/kdegraphics2/Makefile index 29147602fc45..7e907f21dd23 100644 --- a/graphics/kdegraphics2/Makefile +++ b/graphics/kdegraphics2/Makefile @@ -26,10 +26,15 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+=--without-kamera -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + # temporarily disable kamera, it requires gphoto2 PLIST_SUB+= KAMERA="@comment " diff --git a/graphics/kdegraphics3/Makefile b/graphics/kdegraphics3/Makefile index 29147602fc45..7e907f21dd23 100644 --- a/graphics/kdegraphics3/Makefile +++ b/graphics/kdegraphics3/Makefile @@ -26,10 +26,15 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+=--without-kamera -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + # temporarily disable kamera, it requires gphoto2 PLIST_SUB+= KAMERA="@comment " diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index 29147602fc45..7e907f21dd23 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -26,10 +26,15 @@ GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS+=--without-kamera -.include "${.CURDIR}/../../x11/kde2/Makefile.kde" .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500029 +_NO_KDE_OBJPRELINK=yes +.endif + +.include "${.CURDIR}/../../x11/kde2/Makefile.kde" + # temporarily disable kamera, it requires gphoto2 PLIST_SUB+= KAMERA="@comment " |