mirror of
https://git.freebsd.org/ports.git
synced 2025-06-11 07:40:40 -04:00
- 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)
13 lines
357 B
PHP
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
|