summaryrefslogtreecommitdiff
path: root/mail/pathalias/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-08-13 20:03:11 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-08-13 20:03:11 +0000
commitf92b53ee8809c8d74e627f1d0ad15c8de7d8118d (patch)
treecffaafb5137893214843e050176590a5bcfa34b6 /mail/pathalias/files
parentUpgrade to 2.42. (diff)
- Update to pathalias 8.16
- honor CC and CFLAGS
Notes
Notes: svn path=/head/; revision=46209
Diffstat (limited to 'mail/pathalias/files')
-rw-r--r--mail/pathalias/files/patch-Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/pathalias/files/patch-Makefile b/mail/pathalias/files/patch-Makefile
new file mode 100644
index 000000000000..ce407c4ca838
--- /dev/null
+++ b/mail/pathalias/files/patch-Makefile
@@ -0,0 +1,24 @@
+--- Makefile.orig Wed Mar 3 22:16:31 1993
++++ Makefile Mon Aug 13 21:56:35 2001
+@@ -5,7 +5,7 @@
+ ###
+ # if you can't or don't intend to use dbm files,
+ # don't bother with DBM or makedb
+-DBM = -ldbm
++# DBM = -ldbm
+ # or if you roll your own ...
+ # DBM = dbm.o
+ ###
+@@ -18,9 +18,9 @@
+ ### end of configuration section
+
+
+-CC = cc
+-CFLAGS = -O
+-LDFLAGS = -s $(GETOPT) $(DBM) $(RESOLVER)
++CC?= cc
++CFLAGS+= -O
++LDFLAGS+= -s $(GETOPT) $(DBM) $(RESOLVER)
+ YFLAGS = -d
+
+ OBJ = addlink.o addnode.o domain.o local.o main.o mapit.o mapaux.o mem.o parse.o printit.o