aboutsummaryrefslogtreecommitdiff
path: root/x11/wmblob/files
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2004-11-30 05:04:25 +0000
committerPatrick Li <pat@FreeBSD.org>2004-11-30 05:04:25 +0000
commit28970609bbf1fb910c96201bed62b1e5d7ef47cf (patch)
tree3ded855743c550f6393f6f59b303d03e5e673f01 /x11/wmblob/files
parent0e24c0da0a234a2c76e23b0550d8821e255cc58c (diff)
downloadports-28970609bbf1fb910c96201bed62b1e5d7ef47cf.tar.gz
ports-28970609bbf1fb910c96201bed62b1e5d7ef47cf.zip
Notes
Diffstat (limited to 'x11/wmblob/files')
-rw-r--r--x11/wmblob/files/patch-Makefile14
-rw-r--r--x11/wmblob/files/patch-configure28
2 files changed, 28 insertions, 14 deletions
diff --git a/x11/wmblob/files/patch-Makefile b/x11/wmblob/files/patch-Makefile
deleted file mode 100644
index e250b999542a..000000000000
--- a/x11/wmblob/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Fri Jan 3 16:42:09 2003
-+++ Makefile Thu Feb 6 12:42:47 2003
-@@ -5,10 +5,9 @@
-
- # change this to your needs:
-
--PREFIX = /usr/X11
- INST_PATH = $(PREFIX)/bin
- LIBDIR = -L/usr/X11R6/lib
--CC = gcc
-+CFLAGS += -I $(PREFIX)/include
-
- #
-
diff --git a/x11/wmblob/files/patch-configure b/x11/wmblob/files/patch-configure
new file mode 100644
index 000000000000..2450bf7fb8f1
--- /dev/null
+++ b/x11/wmblob/files/patch-configure
@@ -0,0 +1,28 @@
+--- configure.orig Mon Nov 29 23:58:10 2004
++++ configure Mon Nov 29 23:59:20 2004
+@@ -2520,13 +2520,13 @@
+ CFLAGS=$ac_save_CFLAGS
+ elif test $ac_cv_prog_cc_g = yes; then
+ if test "$GCC" = yes; then
+- CFLAGS="-g -O2"
++ CFLAGS=""
+ else
+- CFLAGS="-g"
++ CFLAGS=""
+ fi
+ else
+ if test "$GCC" = yes; then
+- CFLAGS="-O2"
++ CFLAGS=""
+ else
+ CFLAGS=
+ fi
+@@ -4728,7 +4728,7 @@
+
+
+ # compiler flags
+-CFLAGS="$CFLAGS -O2 -Wall"
++CFLAGS="$CFLAGS"
+
+ ac_config_files="$ac_config_files Makefile src/Makefile doc/Makefile"
+