diff options
author | obrien <obrien@FreeBSD.org> | 2001-03-31 18:48:49 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-03-31 18:48:49 +0800 |
commit | 6af6f4b5bb30e32979735d58646a756c45e9176e (patch) | |
tree | 08bcaaefc9d3bdfcf35971f84ce65b744fd461f8 /lang/t3x | |
parent | a34173fa13d25337166943ddf5da94f7ba65b108 (diff) | |
download | freebsd-ports-gnome-6af6f4b5bb30e32979735d58646a756c45e9176e.tar.gz freebsd-ports-gnome-6af6f4b5bb30e32979735d58646a756c45e9176e.tar.zst freebsd-ports-gnome-6af6f4b5bb30e32979735d58646a756c45e9176e.zip |
Don't force -O2 -g; obey user's CFLAGS!
Diffstat (limited to 'lang/t3x')
-rw-r--r-- | lang/t3x/files/patch-Config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/t3x/files/patch-Config b/lang/t3x/files/patch-Config new file mode 100644 index 000000000000..cf6272b95e36 --- /dev/null +++ b/lang/t3x/files/patch-Config @@ -0,0 +1,7 @@ +--- ports/FreeBSD.elf/Config.orig Mon Jan 29 14:44:37 2001 ++++ ports/FreeBSD.elf/Config Sat Mar 31 02:45:39 2001 +@@ -15 +14,0 @@ +-CFLAGS='-O2 -g' +@@ -29 +28 @@ +- SYMLINK_CMD CC_CMD CFLAGS SHL_SUPPORT LD_SHL_CMD AR_CMD RANLIB_CMD \ ++ SYMLINK_CMD CC_CMD SHL_SUPPORT LD_SHL_CMD AR_CMD RANLIB_CMD \ |