diff options
author | vs <vs@FreeBSD.org> | 2005-03-20 23:44:52 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-20 23:44:52 +0800 |
commit | 1c8ddc91db3f4388b10abd67007289902b43540f (patch) | |
tree | cd554ee9b29728981f63adfb174c67df8e6ae4c5 /x11 | |
parent | 0415d829afac4ceda6baebacd92cd2bebbec6da2 (diff) | |
download | freebsd-ports-gnome-1c8ddc91db3f4388b10abd67007289902b43540f.tar.gz freebsd-ports-gnome-1c8ddc91db3f4388b10abd67007289902b43540f.tar.zst freebsd-ports-gnome-1c8ddc91db3f4388b10abd67007289902b43540f.zip |
Revert previous commit now that marcus found and fixed the real culprit
Diffstat (limited to 'x11')
-rw-r--r-- | x11/apwal/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index daccd26781d3..a38e5a2776db 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -18,9 +18,6 @@ USE_GNOME= gtk20 libxml2 USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -CFLAGS+= ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -MAKE_ENV+= LDFLAGS="${LDFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}/src |