diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-22 01:26:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-04-22 01:26:22 +0000 |
commit | 990448b386aa7caf1f89ec02f562c9c2320c72bd (patch) | |
tree | b452aa9fdb0fe848d24440f19b6aa3ae732168bd /math/drgeo | |
parent | 273a8ba3a2e1083f7a82d68b7c68ea69211037bb (diff) |
Notes
Diffstat (limited to 'math/drgeo')
-rw-r--r-- | math/drgeo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 6a489c74f79c..a9d6eab71866 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -13,8 +13,8 @@ COMMENT= GTK interactive geometry software LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes -USES= gettext gmake pkgconfig -USE_GNOME= gnomehack gnomeprefix intlhack libglade2 +USES= gettext gmake pkgconfig pathfix +USE_GNOME= gnomeprefix intlhack libglade2 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GCC= yes # segfaults when built with clang |