mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
abdce43352
Detailed maintainer log: - pulseaudio removed from default option: because otherwise kodi will select pulseaudio first and it's really not needed. - texturepacker disabled: because it's so heavily broken in upstream. not really important. it will be back in 17.0 with the new cmake build system. - switch to swig3, like all linux distrib (no change) PR: 208456 Submitted by: mickael.maillot@gmail.com (maintainer)
12 lines
262 B
Bash
12 lines
262 B
Bash
--- lib/cpluff/autogen.sh.orig 2016-02-20 15:21:19 UTC
|
|
+++ lib/cpluff/autogen.sh
|
|
@@ -15,7 +15,7 @@ fi
|
|
|
|
# Generate files in top level directory
|
|
cd "$basedir"
|
|
-autopoint
|
|
+#autopoint
|
|
rm -f ABOUT-NLS
|
|
test -d auxliary || mkdir auxliary
|
|
libtoolize --automake -f
|