diff options
Diffstat (limited to 'www/seamonkey2/Makefile')
-rw-r--r-- | www/seamonkey2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 0d7e8dd..7fc6362 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -49,7 +49,7 @@ CONFIGURE_ARGS= \ --with-jpeg=${LOCALBASE} \ --with-png=${LOCALBASE} MAKE_ENV= LD_LIBRARY_PATH=${WRKSRC}/dist/bin \ - CC_ONLY_FLAGS="${FLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}" + CC_ONLY_FLAGS="${CFLAGS}" CCC_ONLY_FLAGS="${CXXFLAGS}" post-build: @${SED} -e "s;@PREFIX@;${PREFIX};g" \ |