diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-02 18:38:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-02 18:38:36 +0800 |
commit | fc94e82d1c443b1fbf1142e1308928dd23fbb733 (patch) | |
tree | 112e5f5b284220161ecfc2d41237131f5ebe4929 /ftp/rexx-curl | |
parent | 2296a1f6a16bb5ea097d08ccce5d2a04fa05433c (diff) | |
download | freebsd-ports-gnome-fc94e82d1c443b1fbf1142e1308928dd23fbb733.tar.gz freebsd-ports-gnome-fc94e82d1c443b1fbf1142e1308928dd23fbb733.tar.zst freebsd-ports-gnome-fc94e82d1c443b1fbf1142e1308928dd23fbb733.zip |
- Mark BROKEN fails to build
rpath=/usr/lib:/usr/local/lib -lssl -lcrypto -lz
ld: unrecognized option '-Wl,-rpath=/usr/lib:/usr/local/lib'
ld: use the --help option for usage information
gmake: *** [librexxcurl.so] Error 1
*** Error code 1
Approved by: portmgr
Diffstat (limited to 'ftp/rexx-curl')
-rw-r--r-- | ftp/rexx-curl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/rexx-curl/Makefile b/ftp/rexx-curl/Makefile index bd4057e051ea..dbbdb73d144e 100644 --- a/ftp/rexx-curl/Makefile +++ b/ftp/rexx-curl/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= rexx:${PORTSDIR}/lang/rexx-regina +BROKEN= fails to build USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= ${PTHREAD_CFLAGS} |