summaryrefslogtreecommitdiffstats
path: root/astro/xtide/files
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2003-05-02 22:06:49 +0000
committernaddy <naddy@FreeBSD.org>2003-05-02 22:06:49 +0000
commit8873cd42dae435bb296f59ea30f3b660e4922a8c (patch)
tree8d77541174d3a571e0ed6bee278e602c8489e9f7 /astro/xtide/files
parentb0d73d1e99faa43a0ba2e71d34142236a49287b3 (diff)
downloadFreeBSD-ports-8873cd42dae435bb296f59ea30f3b660e4922a8c.zip
FreeBSD-ports-8873cd42dae435bb296f59ea30f3b660e4922a8c.tar.gz
Update to version 2.5
PR: 51666 Submitted by: Ports Fury
Diffstat (limited to 'astro/xtide/files')
-rw-r--r--astro/xtide/files/patch-makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/astro/xtide/files/patch-makefile b/astro/xtide/files/patch-makefile
index c4f1207..b180263 100644
--- a/astro/xtide/files/patch-makefile
+++ b/astro/xtide/files/patch-makefile
@@ -1,13 +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 @@
+--- Makefile.in.orig Tue Apr 30 00:10:21 2002
++++ Makefile.in Thu May 1 23:26:55 2003
+@@ -13,8 +13,8 @@
# 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
+-LDFLAGS = @extraldflags@ -L@libdir@ -L$(XROOT)/lib -L/usr/local/lib -L/usr/contrib/lib -o
++CXXFLAGS = @CXXFLAGS@ @extracxxflags@ @DEFS@ -I$(XROOT)/include @CPPFLAGS@ -c
++LDFLAGS = @LDFLAGS@ @extraldflags@ -L$(XROOT)/lib -o
# Extra switches and libs determined by configure.in
-
-
+ extraswitches=@extraswitches@
OpenPOWER on IntegriCloud