diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
commit | acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch) | |
tree | 651da5037b0f20c4a0f70a639fa0c0f659c951f1 /devel/libowfat | |
parent | 428214143dfd45bd47a803ec9420f46886c780b5 (diff) | |
download | ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.tar.gz ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.zip |
Notes
Diffstat (limited to 'devel/libowfat')
-rw-r--r-- | devel/libowfat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index c50f6e6cf45b..33c9fcff6a58 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -22,7 +22,7 @@ OPTIONS= LIBOWFAT_OPTIMIZED_CFLAGS "Use optimized CFLAGS" on .include <bsd.port.pre.mk> -MAKE_ENV+= INSTALL="${INSTALL}" CC="${CC}" +MAKE_ENV+= INSTALL="${INSTALL}" .if defined(WITH_LIBOWFAT_OPTIMIZED_CFLAGS) CFLAGS+= -O2 -fomit-frame-pointer |