diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:46:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-08 20:46:20 +0000 |
commit | ec946f9a8be75247f3a598f8d97c83404b3c7571 (patch) | |
tree | 1183c7a9de72b70fb131c5b73d948d16873b57e7 /devel/ixlib | |
parent | 823e89fdf1240aaaca7fb04c1109e50516aa1809 (diff) | |
download | ports-ec946f9a8be75247f3a598f8d97c83404b3c7571.tar.gz ports-ec946f9a8be75247f3a598f8d97c83404b3c7571.zip |
Notes
Diffstat (limited to 'devel/ixlib')
-rw-r--r-- | devel/ixlib/Makefile | 6 | ||||
-rw-r--r-- | devel/ixlib/files/patch-ltmain.sh | 41 | ||||
-rw-r--r-- | devel/ixlib/pkg-comment | 2 | ||||
-rw-r--r-- | devel/ixlib/pkg-plist | 2 |
4 files changed, 47 insertions, 4 deletions
diff --git a/devel/ixlib/Makefile b/devel/ixlib/Makefile index 43cb9e5352f4..3469c2dfaca5 100644 --- a/devel/ixlib/Makefile +++ b/devel/ixlib/Makefile @@ -16,9 +16,11 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext -GNU_CONFIGURE= yes -USE_GMAKE= yes USE_NEWGCC= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/ixlib/files/patch-ltmain.sh b/devel/ixlib/files/patch-ltmain.sh new file mode 100644 index 000000000000..78fde5161990 --- /dev/null +++ b/devel/ixlib/files/patch-ltmain.sh @@ -0,0 +1,41 @@ +--- ltmain.sh.orig Sun Sep 23 09:10:52 2001 ++++ ltmain.sh Sat Dec 8 17:01:25 2001 +@@ -1043,14 +1043,14 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2441,7 +2441,7 @@ + *-*-netbsd*) + # Don't link with libc until the a.out ld.so is fixed. + ;; +- *-*-openbsd*) ++ *-*-openbsd* | *-*-freebsd*) + # Do not include libc due to us having libc/libc_r. + ;; + *) +@@ -4210,10 +4210,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" diff --git a/devel/ixlib/pkg-comment b/devel/ixlib/pkg-comment index cb14cfc006dc..c8a04ff4d2bf 100644 --- a/devel/ixlib/pkg-comment +++ b/devel/ixlib/pkg-comment @@ -1 +1 @@ -Ixlib is a small c++ tools library based on STL +A small c++ tools library based on STL diff --git a/devel/ixlib/pkg-plist b/devel/ixlib/pkg-plist index 3df1cf50966f..aa3177e84be0 100644 --- a/devel/ixlib/pkg-plist +++ b/devel/ixlib/pkg-plist @@ -26,8 +26,8 @@ include/ixlib_string.hh include/ixlib_textfile.hh include/ixlib_token_lex.hh include/ixlib_xml.hh -lib/charset.alias lib/libixion.a lib/libixion.so +lib/libixion.so.6 share/aclocal/ixlib.m4 share/locale/de/LC_MESSAGES/ixlib.mo |