opnsense-ports/textproc/ezxml/files/patch-Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
365 B
Text

--- Makefile.orig Wed Jun 1 10:58:04 2005
+++ Makefile Thu Jul 28 10:13:03 2005
@@ -21,10 +21,10 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-CC = gcc
+CC ?= gcc
AR = ar
RM = rm -f
-CFLAGS = -Wall -O2
+CFLAGS ?= -Wall -O2
OBJS = ezxml.o
LIB = libezxml.a
TEST = ezxmltest