diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-08 10:03:14 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-08 10:03:14 +0800 |
commit | e1aa2eba5447ef157b06926f118b2ca679da3b1e (patch) | |
tree | d6f232d49e1baf597700bc9cee598a875160a308 /x11 | |
parent | a62112efe80dc881ba31addff549f5b9b56e2887 (diff) | |
download | freebsd-ports-gnome-e1aa2eba5447ef157b06926f118b2ca679da3b1e.tar.gz freebsd-ports-gnome-e1aa2eba5447ef157b06926f118b2ca679da3b1e.tar.zst freebsd-ports-gnome-e1aa2eba5447ef157b06926f118b2ca679da3b1e.zip |
Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 1 | ||||
-rw-r--r-- | x11/gnome-libs/files/patch-ltmain.sh | 26 | ||||
-rw-r--r-- | x11/gnomelibs/Makefile | 1 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-ltmain.sh | 26 | ||||
-rw-r--r-- | x11/libgnome/Makefile | 1 | ||||
-rw-r--r-- | x11/libgnome/files/patch-ltmain.sh | 26 |
6 files changed, 42 insertions, 39 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index b9e758b01934..87e6c925d847 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -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 diff --git a/x11/gnome-libs/files/patch-ltmain.sh b/x11/gnome-libs/files/patch-ltmain.sh index 98cb05e4ddb3..3084634cf3b8 100644 --- a/x11/gnome-libs/files/patch-ltmain.sh +++ b/x11/gnome-libs/files/patch-ltmain.sh @@ -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. diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index b9e758b01934..87e6c925d847 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -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 diff --git a/x11/gnomelibs/files/patch-ltmain.sh b/x11/gnomelibs/files/patch-ltmain.sh index 98cb05e4ddb3..3084634cf3b8 100644 --- a/x11/gnomelibs/files/patch-ltmain.sh +++ b/x11/gnomelibs/files/patch-ltmain.sh @@ -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. diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index b9e758b01934..87e6c925d847 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -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 diff --git a/x11/libgnome/files/patch-ltmain.sh b/x11/libgnome/files/patch-ltmain.sh index 98cb05e4ddb3..3084634cf3b8 100644 --- a/x11/libgnome/files/patch-ltmain.sh +++ b/x11/libgnome/files/patch-ltmain.sh @@ -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. |