aboutsummaryrefslogtreecommitdiff
path: root/ports/pbc/linux.patch
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-12-06 16:23:29 -0800
committerPhil Christensen <philc@microsoft.com>2018-12-06 16:23:29 -0800
commit86bb2c8d1614548c48a8dc274890e8751b7ef8a5 (patch)
treedcf005b3e1622f4e22fbfadd40ba905f704256f7 /ports/pbc/linux.patch
parent197fbf3b8b4bf10a53f44101648b6021d2f3cf14 (diff)
parent63c1b2628e958f8e02356411f032941c0c2f3bbb (diff)
downloadvcpkg-86bb2c8d1614548c48a8dc274890e8751b7ef8a5.tar.gz
vcpkg-86bb2c8d1614548c48a8dc274890e8751b7ef8a5.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4903
Diffstat (limited to 'ports/pbc/linux.patch')
-rw-r--r--ports/pbc/linux.patch45
1 files changed, 45 insertions, 0 deletions
diff --git a/ports/pbc/linux.patch b/ports/pbc/linux.patch
new file mode 100644
index 000000000..198277739
--- /dev/null
+++ b/ports/pbc/linux.patch
@@ -0,0 +1,45 @@
+--- configure.ac 2018-11-29 13:51:14.495012138 +0100
++++ configure.ac 2018-11-29 13:51:45.308095312 +0100
+@@ -10,7 +10,6 @@
+ LT_INIT
+ #AC_CANONICAL_HOST
+
+-CFLAGS=
+ default_fink_path=/sw
+ case $host_os in
+ darwin*)
+@@ -78,20 +77,7 @@
+ AC_PROG_MAKE_SET
+
+ AC_PROG_LEX
+-if test "x$LEX" != xflex; then
+- echo "************************"
+- echo "flex not found"
+- echo "************************"
+- exit -1
+-fi
+-
+ AC_PROG_YACC
+-if test "x$YACC" != "xbison -y"; then
+- echo "************************"
+- echo "bison not found"
+- echo "************************"
+- exit -1
+-fi
+
+ # Checks for libraries.
+ lib_err_msg="add its path to LDFLAGS\nsee ./configure --help"
+@@ -121,13 +134,6 @@
+
+ CFLAGS="$CFLAGS -Wall -W -Wfloat-equal -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wredundant-decls \
+ -Wendif-labels -Wshadow -pipe -ffast-math -U__STRICT_ANSI__ -std=gnu99"
+-if test "$with_debug" == "y"; then
+- CFLAGS="$CFLAGS -g3 -O0"
+-elif test "$with_enable_optimized" != "no"; then
+- CFLAGS="$CFLAGS -g -O2"
+-else
+- CFLAGS="$CFLAGS -fomit-frame-pointer -O3"
+-fi
+
+ if test "$with_safe_clean" != "n"; then
+ CFLAGS="$CFLAGS -DSAFE_CLEAN"