aboutsummaryrefslogtreecommitdiffstats
path: root/community/libsass/fix-pkgconfig-version.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 18:29:13 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 18:29:30 +0100
commit875e55d9cdf58120e3c94b1ae1e06ccc1f95f762 (patch)
treeb450a3a9b1ab104c36a449aba2fb25e332f02e7d /community/libsass/fix-pkgconfig-version.patch
parentd33bc1bed68a57b321894fd95aa0dd95c8f851fc (diff)
downloadaports-875e55d9cdf58120e3c94b1ae1e06ccc1f95f762.tar.bz2
aports-875e55d9cdf58120e3c94b1ae1e06ccc1f95f762.tar.xz
community/libsass: fix build
Set the pkgconfig version to our current version
Diffstat (limited to 'community/libsass/fix-pkgconfig-version.patch')
-rw-r--r--community/libsass/fix-pkgconfig-version.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/libsass/fix-pkgconfig-version.patch b/community/libsass/fix-pkgconfig-version.patch
new file mode 100644
index 0000000000..f957de424a
--- /dev/null
+++ b/community/libsass/fix-pkgconfig-version.patch
@@ -0,0 +1,16 @@
+diff --git a/version.sh b/version.sh
+index 281de74..22cd96d 100755
+--- a/version.sh
++++ b/version.sh
+@@ -1,10 +1 @@
+-if test "x$LIBSASS_VERSION" = "x"; then
+- LIBSASS_VERSION=`git describe --abbrev=4 --dirty --always --tags 2>/dev/null`
+-fi
+-if test "x$LIBSASS_VERSION" = "x"; then
+- LIBSASS_VERSION=`cat VERSION 2>/dev/null`
+-fi
+-if test "x$LIBSASS_VERSION" = "x"; then
+- LIBSASS_VERSION="[na]"
+-fi
+-echo $LIBSASS_VERSION
++echo 3.6.3