summaryrefslogtreecommitdiff
path: root/astro/roadmap/files/patch-src-Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2003-03-23 13:37:34 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2003-03-23 13:37:34 +0000
commit28837497a91391b0c160aadd2b76e51ac0f0b6b9 (patch)
treefdd668fb10c6e8a393d3b9ff9b4b1b3e2f8131da /astro/roadmap/files/patch-src-Makefile
parentUpdate modules (acl, custom, fetchmail, lpadmin, postfix, proc, (diff)
* Update to 0.14
* Includes patches missing from previous commit PR: 50015 Submitted by: Nicholas Esborn <nick@netdot.net>
Notes
Notes: svn path=/head/; revision=77252
Diffstat (limited to 'astro/roadmap/files/patch-src-Makefile')
-rw-r--r--astro/roadmap/files/patch-src-Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/astro/roadmap/files/patch-src-Makefile b/astro/roadmap/files/patch-src-Makefile
new file mode 100644
index 000000000000..0209eb972982
--- /dev/null
+++ b/astro/roadmap/files/patch-src-Makefile
@@ -0,0 +1,25 @@
+--- src/Makefile.orig Tue Feb 18 21:55:28 2003
++++ src/Makefile Tue Feb 18 21:58:51 2003
+@@ -1,11 +1,11 @@
+
+
+-CFLAGS=-O2 -ffast-math -fomit-frame-pointer -Wall
++CFLAGS+=-O2 -ffast-math -fomit-frame-pointer -Wall -I${LOCALBASE}/include
+ # CFLAGS=-g -Wall -DROADMAP_DEBUG_HEAP
+ # CFLAGS=-g -Wall -pg -fprofile-arcs -g
+
+ RDMLIBS=libroadmap.a unix/libosroadmap.a
+-LIBS=$(RDMLIBS) -lpopt -lm
++LIBS=$(RDMLIBS) -lpopt -lm -L${LOCALBASE}/lib
+
+ # LDFLAGS=-pg $(LDFLAGS)
+
+@@ -88,7 +88,7 @@
+ SCRIPTS=rdmdownload rdmgetall rdmgenmaps rdmcompare
+ RUNTIME=libroadmap.a libguiroadgps.a libguiroadmap.a
+
+-INSTALLDIR=/usr/local
++INSTALLDIR=${LOCLBASE}
+
+
+ # --- Conventional targets ----------------------------------------