summaryrefslogtreecommitdiff
path: root/lang/rexx-regutil/files/patch-Makefile.inc
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-05-08 17:50:04 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-05-08 17:50:04 +0000
commit8489b4ac928e67c965c6f3113ec60870033751d5 (patch)
tree0428f7b1c0494fa6753c9516c8f3b5d7be57757c /lang/rexx-regutil/files/patch-Makefile.inc
parent- Update to 1.2.2. (diff)
lang/rexx-regutil: several patches
- additional MASTER_SITE (there was only one) - tidied Makefile considerably - fixed failure to build under different PREFIX - added DOC option - added EXAMPLES option, and now can have examples (there were none before) - eliminated numerous compilation warnings - REMOVED pkg-plist (only two files in it) - REMOVED pkg-message (now redundant) - ADDED new patches in files/ PR: 209379 Submitted by: bob@eager.cx (maintainer)
Diffstat (limited to 'lang/rexx-regutil/files/patch-Makefile.inc')
-rw-r--r--lang/rexx-regutil/files/patch-Makefile.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/rexx-regutil/files/patch-Makefile.inc b/lang/rexx-regutil/files/patch-Makefile.inc
index 147ad6cf0d9d..70e884fc3e33 100644
--- a/lang/rexx-regutil/files/patch-Makefile.inc
+++ b/lang/rexx-regutil/files/patch-Makefile.inc
@@ -1,11 +1,13 @@
---- Makefile.inc.orig 2010-08-30 23:27:33.000000000 +0100
-+++ Makefile.inc 2010-08-30 23:27:53.000000000 +0100
-@@ -26,7 +26,7 @@
+--- Makefile.inc.orig 2003-03-04 20:14:28 UTC
++++ Makefile.inc
+@@ -26,8 +26,8 @@
DEBUG=-g $(PDEBUG)
OPT=
-REXX_INCLUDE=$(HOME)/regina
-+REXX_INCLUDE=$(PREFIX)/include
- CFLAGS=$(DEBUG) $(OPT) $(PCFLAGS) $(PCDEFS) -I $(REXX_INCLUDE)
+-CFLAGS=$(DEBUG) $(OPT) $(PCFLAGS) $(PCDEFS) -I $(REXX_INCLUDE)
++REXX_INCLUDE=/usr/local/include
++CFLAGS+=$(DEBUG) $(OPT) $(PCFLAGS) $(PCDEFS) -I $(REXX_INCLUDE)
LDFLAGS=$(PLDFLAGS)
LIBS=$(PLIBS)
+ LIBFILE=librexxutil