diff options
author | alex <alex@FreeBSD.org> | 2000-06-12 03:26:01 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-06-12 03:26:01 +0800 |
commit | 99c9e8696f119bf4e44e31033e1b5585a07bdf04 (patch) | |
tree | 928ab4e6858151b1312e534afa4ada56b7885fb5 /astro/xtide/files | |
parent | f3a5d468822fe7f1a26ea63c8c345529fc8992a0 (diff) | |
download | freebsd-ports-gnome-99c9e8696f119bf4e44e31033e1b5585a07bdf04.tar.gz freebsd-ports-gnome-99c9e8696f119bf4e44e31033e1b5585a07bdf04.tar.zst freebsd-ports-gnome-99c9e8696f119bf4e44e31033e1b5585a07bdf04.zip |
Don't install xttpd any more, which cleans up the port.
PR: 18362
Submitted by: maintainer
Reported by: steve
Don't use -O2.
PR: 18910
Submitted by: me
Reviewed by: cpiazza
Diffstat (limited to 'astro/xtide/files')
-rw-r--r-- | astro/xtide/files/patch-makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/astro/xtide/files/patch-makefile b/astro/xtide/files/patch-makefile new file mode 100644 index 000000000000..c4f1207de596 --- /dev/null +++ b/astro/xtide/files/patch-makefile @@ -0,0 +1,13 @@ +--- Makefile.in.old Tue May 30 16:26:52 2000 ++++ Makefile.in Tue May 30 16:27:01 2000 +@@ -14,7 +14,7 @@ + # Compiler and flags + # DEFS should include -Dacceptarg3_t=int (replace with the correct data type) + CXX = @CXX@ +-CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c ++CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -I$(XROOT)/include -I/usr/local/include -I/usr/contrib/include -c + LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -s -o + + # Extra switches and libs determined by configure.in + + |