diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-01-24 17:44:04 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-01-24 17:44:04 +0800 |
commit | 63f44057b56864fba55490f04fc2acafe3d1b74b (patch) | |
tree | b634fe8e5800511ac741f7089ce278c6e6bae592 /news/husky-base/files | |
parent | 58a36bda7ef94df9b4f18d818edbbf6b8fc4623c (diff) | |
download | freebsd-ports-gnome-63f44057b56864fba55490f04fc2acafe3d1b74b.tar.gz freebsd-ports-gnome-63f44057b56864fba55490f04fc2acafe3d1b74b.tar.zst freebsd-ports-gnome-63f44057b56864fba55490f04fc2acafe3d1b74b.zip |
reasonable defaults for MSGEDCFG and PERL (so that msged and hpt
can be built manually with our settings)
Diffstat (limited to 'news/husky-base/files')
-rw-r--r-- | news/husky-base/files/patch-huskymak.cfg | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/news/husky-base/files/patch-huskymak.cfg b/news/husky-base/files/patch-huskymak.cfg index ceb53544430a..b1dc5d7bbd27 100644 --- a/news/husky-base/files/patch-huskymak.cfg +++ b/news/husky-base/files/patch-huskymak.cfg @@ -1,6 +1,6 @@ --- huskymak.cfg.orig Tue May 1 12:37:48 2001 -+++ huskymak.cfg Fri Jan 24 00:00:50 2003 -@@ -35,11 +35,11 @@ ++++ huskymak.cfg Fri Jan 24 15:15:30 2003 +@@ -35,14 +35,14 @@ # will not be compiled, and you won't know how to use the software ;-). # You should take care that this directory is listed in the INFOPATH # environment variable (if necessary, modify your /etc/profile file). @@ -13,7 +13,11 @@ +HTMLDIR=$(PREFIX)/share/doc/husky # Name of the config file of MSGED TE: - MSGEDCFG=\"$(CFGDIR)/msged.cfg\" +-MSGEDCFG=\"$(CFGDIR)/msged.cfg\" ++MSGEDCFG=\"~/.msged\" + + + ############################################################################## @@ -108,7 +108,7 @@ # update dynamic library cache @@ -34,6 +38,15 @@ #UNAME=OS2 #UNAME=BEOS +@@ -143,7 +143,7 @@ + SHORTNAMES=0 + + # Perl support +-PERL=0 ++PERL=1 + + # The DYNLIBS switch controls if dynamic or static linkage is used. + # This is tricky. If you set DYNLIBS=1, dynamic libraries (.so files) @@ -166,7 +166,7 @@ WARNFLAGS=-Wall |