mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
- Added patch - patch-getopt.c (Upgrades lib/getopt.c to version 1.4 - Bumped PORTREVISION PR: ports/107221 ports/107107 ports/105947 Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer) Johan Svensson<johan@loxley.se> Matus UHLAR - fantomas<uhlar@fantomas.sk>
11 lines
381 B
Text
11 lines
381 B
Text
--- contrib/mod_wrap2/Makefile.in.orig Wed Sep 6 15:11:47 2006
|
|
+++ contrib/mod_wrap2/Makefile.in Thu Dec 28 11:41:24 2006
|
|
@@ -13,7 +13,7 @@
|
|
MODULE_NAME=mod_wrap2
|
|
|
|
# Necessary redefinitions
|
|
-INCLUDES=-I. -I../.. -I../../include
|
|
+INCLUDES=-I. -I../.. -I../../include -I/usr/local/include
|
|
CPPFLAGS= -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES)
|
|
LDFLAGS=-L../../lib
|
|
|