diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 19:53:26 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 19:53:26 +0000 |
commit | 5ca7a397c044b7236011261f1a7f6a3ae6404060 (patch) | |
tree | e86a456d41a5e0fbf5c61d19bc42ae9fcb4a9400 /graphics/gcolor | |
parent | 5f6ff66f545119640525a222d9e46abcba9d1a29 (diff) |
Notes
Diffstat (limited to 'graphics/gcolor')
-rw-r--r-- | graphics/gcolor/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gcolor/Makefile b/graphics/gcolor/Makefile index eab4b632f62e..ff5068bd4319 100644 --- a/graphics/gcolor/Makefile +++ b/graphics/gcolor/Makefile @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include -NO_STAGE= yes pre-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |