diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-01-15 21:30:13 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-01-15 21:30:13 +0800 |
commit | 5c4da251acff2d10d3fb6a7ef03afd694223ea7c (patch) | |
tree | 379b0512426b7f0c65960d9afa436f924d206158 /devel/mob/files | |
parent | 8b89413fafd0acb2ed8afd6093c872e58ddf0002 (diff) | |
download | freebsd-ports-gnome-5c4da251acff2d10d3fb6a7ef03afd694223ea7c.tar.gz freebsd-ports-gnome-5c4da251acff2d10d3fb6a7ef03afd694223ea7c.tar.zst freebsd-ports-gnome-5c4da251acff2d10d3fb6a7ef03afd694223ea7c.zip |
- Support CFLAGS properly
- Use own do-install target(mainly to avoid creating odd directory)
- Include additional document into package
PR: 24282
Submitted by: Ports Fury
Diffstat (limited to 'devel/mob/files')
-rw-r--r-- | devel/mob/files/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/mob/files/patch-aa b/devel/mob/files/patch-aa new file mode 100644 index 000000000000..50eb9ca4f47b --- /dev/null +++ b/devel/mob/files/patch-aa @@ -0,0 +1,17 @@ +--- configure.orig Fri Oct 13 04:30:54 2000 ++++ configure Thu Jan 11 02:50:23 2001 +@@ -960,10 +960,10 @@ + + #RC_MODULE_TRAP([ELVIS_IROBEX]) + # ensure no optimizations +-if test -n "$CFLAGS"; then +- CFLAGS="`echo $CFLAGS | sed -e 's/-O.//g'`" +-fi +-CFLAGS="$CFLAGS -O0" ++#if test -n "$CFLAGS"; then ++# CFLAGS="`echo $CFLAGS | sed -e 's/-O.//g'`" ++#fi ++#CFLAGS="$CFLAGS -O0" + # check whether to include debug symbols + echo $ac_n "checking whether to compile with debug symbols""... $ac_c" 1>&6 + echo "configure:970: checking whether to compile with debug symbols" >&5 |