diff options
author | leeym <leeym@FreeBSD.org> | 2007-08-18 03:15:08 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2007-08-18 03:15:08 +0800 |
commit | f78172bd70f2d49c7db7950db760bb2c17ba5381 (patch) | |
tree | 7524e09131846345d18f52dda5162915b519bdd9 | |
parent | 810a6a286a003c0034e08d457c71a1fdcd9e751a (diff) | |
download | freebsd-ports-graphics-f78172bd70f2d49c7db7950db760bb2c17ba5381.tar.gz freebsd-ports-graphics-f78172bd70f2d49c7db7950db760bb2c17ba5381.tar.zst freebsd-ports-graphics-f78172bd70f2d49c7db7950db760bb2c17ba5381.zip |
- Pedro reports that devel/umem builds on amd64, and he is willing to help testing.
Noticed by: pfgshield-freebsd at yahoo.com
-rw-r--r-- | devel/umem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/umem/Makefile b/devel/umem/Makefile index 3b2d767709c..179e56122d0 100644 --- a/devel/umem/Makefile +++ b/devel/umem/Makefile @@ -16,7 +16,7 @@ COMMENT= A port of the Solaris memory allocator USE_BZIP2= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 amd64 post-patch: @${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in |