diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-26 01:39:07 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-03-26 01:39:07 +0000 |
commit | a18f63218b2778676653d0e1e82b91009015435e (patch) | |
tree | 8148dbc52a5dc1a78105c50206490622260fa7a3 /textproc/libtre | |
parent | d55f0b817250bd8699b3a0cd5bdb5e176a13aad5 (diff) | |
download | ports-a18f63218b2778676653d0e1e82b91009015435e.tar.gz ports-a18f63218b2778676653d0e1e82b91009015435e.zip |
Notes
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index 4dde154cb007..befd88617b30 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -23,7 +23,6 @@ USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_AUTOTOOLS= libtool CONFIGURE_ARGS+= --enable-static -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -55,8 +54,7 @@ CFLAGS+= -Wuninitialized -ffast-math -finline-functions \ CONFIGURE_ENV+= CFLAGS="${CFLAGS} -fprofile-generate" \ LDFLAGS="${LDFLAGS} -fprofile-generate" .else -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" \ - LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .endif post-patch: |