summaryrefslogtreecommitdiff
path: root/x11/kdebase4
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2008-01-18 17:36:25 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2008-01-18 17:36:25 +0000
commitdc9cdf425178055417ef6fd5b6c6012e53254051 (patch)
treee638503da724b0bda377139965ffc14b517f72c8 /x11/kdebase4
parent- Mark BROKEN on amd64/5 (diff)
Use the hal-storage pkgconfig data for configuring mediamanager's
libraries. PR: ports/119733 Submitted by: Andrew Kolchoogin <andrew@rinet.ru>
Notes
Notes: svn path=/head/; revision=205788
Diffstat (limited to 'x11/kdebase4')
-rw-r--r--x11/kdebase4/Makefile2
-rw-r--r--x11/kdebase4/files/patch-configure11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile
index 4747e8238169..322f991ba7f2 100644
--- a/x11/kdebase4/Makefile
+++ b/x11/kdebase4/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase4/files/patch-configure b/x11/kdebase4/files/patch-configure
new file mode 100644
index 000000000000..1bf1f3b4ce88
--- /dev/null
+++ b/x11/kdebase4/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-01-18 16:57:45.000000000 +0100
++++ configure 2008-01-18 16:58:02.000000000 +0100
+@@ -51622,7 +51622,7 @@
+
+ { echo "$as_me:$LINENO: checking HAL_LIBS" >&5
+ echo $ECHO_N "checking HAL_LIBS... $ECHO_C" >&6; }
+- HAL_LIBS=`$PKG_CONFIG --libs "hal > 0.5"`
++ HAL_LIBS=`$PKG_CONFIG --libs "hal-storage > 0.5"`
+ { echo "$as_me:$LINENO: result: $HAL_LIBS" >&5
+ echo "${ECHO_T}$HAL_LIBS" >&6; }
+ else