mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Use USE_GNOMENG and fix build on -current.
This commit is contained in:
parent
ab69db3c08
commit
50b152c734
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63187
@ -18,9 +18,10 @@ LIB_DEPENDS= gnomemm.9:${PORTSDIR}/x11-toolkits/gnome--
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomelibs libpanel
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ARGS= --enable-static
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
13
x11-toolkits/panel--/files/patch-configure
Normal file
13
x11-toolkits/panel--/files/patch-configure
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- configure 2002/07/18 11:12:39 1.1
|
||||
+++ configure 2002/07/18 11:13:01
|
||||
@@ -5293,6 +5293,7 @@
|
||||
|
||||
# This can be used to rebuild libtool when needed
|
||||
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
|
||||
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
|
||||
|
||||
# Always use our own libtool.
|
||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
@ -1,45 +0,0 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- scripts/ltmain.sh.orig Wed Jan 23 11:38:40 2002
|
||||
+++ scripts/ltmain.sh Sun Feb 3 01:44:17 2002
|
||||
@@ -1037,8 +1037,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
+ -pthread)
|
||||
+ compile_command="$compile_command -pthread"
|
||||
+ finalize_command="$finalize_command -pthread"
|
||||
+ compiler_flags="$compiler_flags -pthread"
|
||||
+ continue
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
+ build_old_libs=no
|
||||
continue
|
||||
;;
|
||||
|
||||
@@ -2412,6 +2420,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
|
||||
@@ -4179,10 +4190,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"
|
18
x11-toolkits/panel--/files/patch-panel--::applet-main.gen_h
Normal file
18
x11-toolkits/panel--/files/patch-panel--::applet-main.gen_h
Normal file
@ -0,0 +1,18 @@
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
--- panel--/applet-main.gen_h 2002/07/18 11:26:49 1.1
|
||||
+++ panel--/applet-main.gen_h 2002/07/18 11:29:40
|
||||
@@ -31,9 +31,9 @@
|
||||
Applet_Main(const Gtk::string &app_id,
|
||||
const Gtk::string &app_version,
|
||||
int argc, char **argv,
|
||||
- struct poptOption *options = 0,
|
||||
- unsigned int flags = 0,
|
||||
- poptContext *return_ctx = 0);
|
||||
+ struct poptOption *options,
|
||||
+ unsigned int flags,
|
||||
+ poptContext *return_ctx);
|
||||
|
||||
~Applet_Main();
|
||||
|
Loading…
Reference in New Issue
Block a user