diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 13:58:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 13:58:11 +0000 |
commit | 0a2d7b5acdd260c053f2897c02721d95a5d7d595 (patch) | |
tree | 1b5fbf7399b63aac4bbe55db0139adfff711c79d /devel/leoarg | |
parent | ff53e1ea9dd99b1c06f2c6c4dce3041e86f400e9 (diff) | |
download | ports-0a2d7b5acdd260c053f2897c02721d95a5d7d595.tar.gz ports-0a2d7b5acdd260c053f2897c02721d95a5d7d595.zip |
- Fix build
PR: ports/64333
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=104161
Diffstat (limited to 'devel/leoarg')
-rw-r--r-- | devel/leoarg/Makefile | 10 | ||||
-rw-r--r-- | devel/leoarg/files/patch-ltmain.sh | 25 |
2 files changed, 2 insertions, 33 deletions
diff --git a/devel/leoarg/Makefile b/devel/leoarg/Makefile index d7d30efd879e..5070747a47f1 100644 --- a/devel/leoarg/Makefile +++ b/devel/leoarg/Makefile @@ -15,20 +15,14 @@ DISTNAME= LeoArg-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A class for parsing command lines -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnometarget lthack +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes -BROKEN= "Configure fails" - MAN3= LeoArg.3 LeoArg__InvalidOption.3 LeoArg__InvalidSetting.3 \ LeoArg__Option.3 LeoArg__Setting.3 LeoArg_cpp.3 LeoArg_hh.3 \ StringUtils_cpp.3 StringUtils_hh.3 namespace_StringUtils.3 -post-extract: - @${RM} -rf ${WRKSRC}/debian - post-patch: .for file in Makefile.in doc/Makefile.in @${REINPLACE_CMD} -e 's|^docdir|#docdir|g ; \ diff --git a/devel/leoarg/files/patch-ltmain.sh b/devel/leoarg/files/patch-ltmain.sh deleted file mode 100644 index 96e8d9a9ad8f..000000000000 --- a/devel/leoarg/files/patch-ltmain.sh +++ /dev/null @@ -1,25 +0,0 @@ ---- ltmain.sh.orig Fri May 11 05:34:59 2001 -+++ ltmain.sh Sat Dec 8 22:23:50 2001 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-netbsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false ; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |