diff options
author | fluffy <fluffy@FreeBSD.org> | 2014-01-07 17:58:08 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2014-01-07 17:58:08 +0800 |
commit | 8441db5762e8b6129bfd7fe355d0009ba6beb112 (patch) | |
tree | 5a33d2527826befcf9756442fcaecc059d0645a0 /misc | |
parent | 196145f93bafaf7e37f67f88efe27ca95a85bed4 (diff) | |
download | freebsd-ports-graphics-8441db5762e8b6129bfd7fe355d0009ba6beb112.tar.gz freebsd-ports-graphics-8441db5762e8b6129bfd7fe355d0009ba6beb112.tar.zst freebsd-ports-graphics-8441db5762e8b6129bfd7fe355d0009ba6beb112.zip |
- Support staging
Diffstat (limited to 'misc')
-rw-r--r-- | misc/chmlib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/chmlib/Makefile b/misc/chmlib/Makefile index 6c088d3e073..87a06a12a83 100644 --- a/misc/chmlib/Makefile +++ b/misc/chmlib/Makefile @@ -15,7 +15,6 @@ CONFIGURE_ARGS= --disable-io64 --disable-pread --exec-prefix=${PREFIX} --disable USE_GMAKE= yes USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS}," ${WRKSRC}/configure |