1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.

This commit is contained in:
Maxim Sobolev 2002-02-08 02:03:14 +00:00
parent 7ee4337606
commit 48a54fd9ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54332
6 changed files with 42 additions and 39 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.4
PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1,19 +1,19 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # 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 @@
--- ltmain.sh.orig Tue Jan 22 06:35:12 2002
+++ ltmain.sh Fri Feb 8 01:27:17 2002
@@ -1799,6 +1799,9 @@
# rhapsody is a little odd...
deplibs="$deplibs -framework System"
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
@@ -3360,10 +3366,12 @@
fi
# Install the pseudo-library for information purposes.

View File

@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.4
PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1,19 +1,19 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # 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 @@
--- ltmain.sh.orig Tue Jan 22 06:35:12 2002
+++ ltmain.sh Fri Feb 8 01:27:17 2002
@@ -1799,6 +1799,9 @@
# rhapsody is a little odd...
deplibs="$deplibs -framework System"
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
@@ -3360,10 +3366,12 @@
fi
# Install the pseudo-library for information purposes.

View File

@ -7,6 +7,7 @@
PORTNAME= gnomelibs
PORTVERSION= 1.4.1.4
PORTREVISION= 1
CATEGORIES?= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs

View File

@ -1,19 +1,19 @@
$FreeBSD$
--- ltmain.sh 2001/08/27 09:51:26 1.1
+++ ltmain.sh 2001/08/27 09:51:42
@@ -2408,6 +2408,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # 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 @@
--- ltmain.sh.orig Tue Jan 22 06:35:12 2002
+++ ltmain.sh Fri Feb 8 01:27:17 2002
@@ -1799,6 +1799,9 @@
# rhapsody is a little odd...
deplibs="$deplibs -framework System"
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems.
deplibs="$deplibs -lc"
@@ -3360,10 +3366,12 @@
fi
# Install the pseudo-library for information purposes.