diff options
author | gerald <gerald@FreeBSD.org> | 2005-07-19 23:07:34 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2005-07-19 23:07:34 +0800 |
commit | b830cbcf6c12cb0fc42bdea3508f424b5910a8ea (patch) | |
tree | a21b1dcaaad2ecf4961a43c195a802d0ddbe83ac | |
parent | 5b310ef0b7e0fca4a8c7fbc4b0dd965e610a0301 (diff) | |
download | freebsd-ports-gnome-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.tar.gz freebsd-ports-gnome-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.tar.zst freebsd-ports-gnome-b830cbcf6c12cb0fc42bdea3508f424b5910a8ea.zip |
We no longer install any libraries to $PREFIX/lib, so remove this from
LDCONFIG_DIRS.
-rw-r--r-- | lang/gcc/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc33/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc34/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc40/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc41/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc42/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc43/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc44/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc45/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc46/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc47/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc48/Makefile | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc33/Makefile b/lang/gcc33/Makefile index 446ad48b15f5..7efcec434448 100644 --- a/lang/gcc33/Makefile +++ b/lang/gcc33/Makefile @@ -62,7 +62,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index be77119efe91..e1579fa581a1 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -62,7 +62,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .if ${OSVERSION} < 500000 && ${ARCH} == alpha diff --git a/lang/gcc40/Makefile b/lang/gcc40/Makefile index e748008f2542..de19427cb828 100644 --- a/lang/gcc40/Makefile +++ b/lang/gcc40/Makefile @@ -74,7 +74,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc41/Makefile b/lang/gcc41/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc41/Makefile +++ b/lang/gcc41/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc42/Makefile b/lang/gcc42/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc42/Makefile +++ b/lang/gcc42/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc43/Makefile b/lang/gcc43/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc43/Makefile +++ b/lang/gcc43/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc46/Makefile +++ b/lang/gcc46/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 5a8407c2094f..e7097a095692 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -76,7 +76,7 @@ MAKE_ARGS+= MAKEINFOFLAGS="--no-split" .if defined(WANT_SHAREDLIBS) CONFIGURE_ARGS+= --enable-shared INSTALLS_SHLIB= yes -LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} +LDCONFIG_DIRS= ${TARGLIB} .else CONFIGURE_ARGS+= --disable-shared .endif |