diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-17 21:23:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-17 21:23:01 +0000 |
commit | 8b01b9b98b047b10ccd368e1ace941f5a137bddd (patch) | |
tree | 33304eaa9eb30eebc586adaa5474e93ffc4938d6 /astro/xtide/files | |
parent | bb43ce120ad0187b8509a41cf5e61e0f22b3486d (diff) | |
download | ports-8b01b9b98b047b10ccd368e1ace941f5a137bddd.tar.gz ports-8b01b9b98b047b10ccd368e1ace941f5a137bddd.zip |
Notes
Diffstat (limited to 'astro/xtide/files')
-rw-r--r-- | astro/xtide/files/patch-makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/astro/xtide/files/patch-makefile b/astro/xtide/files/patch-makefile index 28bab2a39a50..b131a0708b36 100644 --- a/astro/xtide/files/patch-makefile +++ b/astro/xtide/files/patch-makefile @@ -1,15 +1,13 @@ ---- Makefile.in.orig Thu Nov 21 02:43:25 2002 -+++ Makefile.in Sun Mar 28 02:13:53 2004 -@@ -14,9 +14,9 @@ +--- Makefile.in.orig Mon Dec 20 23:15:05 2004 ++++ Makefile.in Sat Jul 16 23:47:26 2005 +@@ -11,8 +11,8 @@ # DEFS should include -Dacceptarg3_t=int (replace with the correct data type) - CC = @CC@ CXX = @CXX@ --CFLAGS = @extracflags@ @DEFS@ -O2 -I@includedir@ -Ilibtcd -c --CXXFLAGS = @extracxxflags@ @DEFS@ -O2 -I@includedir@ -Ilibtcd -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 -o -+CFLAGS = @CFLAGS@ @extracflags@ @DEFS@ -I@includedir@ -Ilibtcd @CPPFLAGS@ -c -+CXXFLAGS = @CXXFLAGS@ @extracxxflags@ @DEFS@ -I@includedir@ -Ilibtcd -I$(XROOT)/include @CPPFLAGS@ -c -+LDFLAGS = @LDFLAGS@ @extraldflags@ -L@libdir@ -L$(XROOT)/lib -o + CC = @CC@ +-CXXFLAGS = @extracxxflags@ @DEFS@ -I@includedir@ -Ilibtcd -I@xroot@/include @normalcxxflags@ -c +-LDFLAGS = @extraldflags@ -L@libdir@ -L@xlibdir@ @normalldflags@ -o ++CXXFLAGS = @CXXFLAGS@ @DEFS@ -I@includedir@ -Ilibtcd -I@xroot@/include @extracxxflags@ -c ++LDFLAGS = @LDFLAGS@ -L@libdir@ -L@xlibdir@ @extraldflags@ -o # Extra switches and libs determined by configure.in extraswitches=@extraswitches@ |