diff options
Diffstat (limited to 'devel/g2c/Makefile')
-rw-r--r-- | devel/g2c/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/g2c/Makefile b/devel/g2c/Makefile index e964dbabe0d0..c040b90c8273 100644 --- a/devel/g2c/Makefile +++ b/devel/g2c/Makefile @@ -20,6 +20,7 @@ USE_GNOME= gtk12 gnomehack libxml orbit WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes +CFLAGS+= -O0 -g .include <bsd.port.pre.mk> @@ -30,8 +31,4 @@ PKGNAMESUFFIX+= -gnome CONFIGURE_ARGS= --disable-gnome .endif -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.post.mk> |