mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
USE_LIBTOOL
This commit is contained in:
parent
0827e501f5
commit
eb67a57a72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136036
2 changed files with 1 additions and 20 deletions
|
@ -26,6 +26,7 @@ USE_X_PREFIX= yes
|
||||||
USE_SDL= sdl
|
USE_SDL= sdl
|
||||||
USE_GNOME= gtk12
|
USE_GNOME= gtk12
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
|
USE_INC_LIBTOOL_VER=15
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-win32-path=${LOCALBASE}/lib/win32
|
CONFIGURE_ARGS= --with-win32-path=${LOCALBASE}/lib/win32
|
||||||
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
--- ltmain.sh.orig Sun Aug 4 04:18:48 2002
|
|
||||||
+++ ltmain.sh Sun Dec 7 12:53:52 2003
|
|
||||||
@@ -1053,7 +1053,7 @@
|
|
||||||
# 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
|
|
||||||
;;
|
|
||||||
@@ -2501,7 +2501,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.
|
|
||||||
;;
|
|
||||||
*)
|
|
Loading…
Add table
Reference in a new issue