ports/lang/rexx-regutil/files/patch-Makefile.inc
Kurt Jaeger 8489b4ac92 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)
2016-05-08 17:50:04 +00:00

13 lines
357 B
PHP

--- Makefile.inc.orig 2003-03-04 20:14:28 UTC
+++ Makefile.inc
@@ -26,8 +26,8 @@
DEBUG=-g $(PDEBUG)
OPT=
-REXX_INCLUDE=$(HOME)/regina
-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