mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
Originally ported by Alexander Kabaev <kan@freebsd.org> as part of the XFS for FreeBSD project ( http://people.freebsd.org/~rodrigc/xfs/ ) and handed over to me for maintainership. PR: ports/81789 Approved by: demon (ports mentor), das (mentor)
11 lines
448 B
Text
11 lines
448 B
Text
--- include/builddefs.in.orig Thu Dec 23 13:38:50 2004
|
|
+++ include/builddefs.in Thu Dec 23 13:39:02 2004
|
|
@@ -113,7 +113,7 @@
|
|
PCFLAGS = -I/usr/local/include
|
|
endif
|
|
|
|
-GCFLAGS = -O1 $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
|
|
+GCFLAGS = $(OPTIMIZER) $(DEBUG) -funsigned-char -fno-strict-aliasing -Wall \
|
|
-DVERSION=\"$(PKG_VERSION)\" -DLOCALEDIR=\"$(PKG_LOCALE_DIR)\" \
|
|
-DPACKAGE=\"$(PKG_NAME)\" -I$(TOPDIR)/include
|
|
|