1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-fm/workplace/files/patch-ab
Trevor Johnson 1c6feddcb5 Provide a master site for this, since the original one has vanished.
Partially update it, since no other ports use GTK+ 1.0 or GDK 1.0.
Take maintainership.
Mark BROKEN.
More patches will follow.

Approved by:	will
2000-10-05 07:37:12 +00:00

17 lines
615 B
Plaintext

--- configure.in.orig Wed Apr 8 02:39:00 1998
+++ configure.in Thu Oct 5 02:42:18 2000
@@ -37,10 +37,10 @@
LDFLAGS="$saved_ldflags $X_LDFLAGS $X_LIBS"
- AC_CHECK_LIB(gtk, gtk_widget_new,
- X_LIBS="$X_LIBS -lgtk -lgdk -lglib $x_libs -lm",
+ AC_CHECK_LIB(gtk12, gtk_widget_new,
+ X_LIBS="$X_LIBS -lgtk12 -lgdk12 -lglib12 $x_libs -lm",
[AC_MSG_ERROR(Can not link with gtk/gdk/glib)],
- -lgdk -lglib $x_libs -lm)
+ -lgdk12 -lglib12 $x_libs -lm)
CFLAGS="$saved_cflags"
LDFLAGS="$saved_ldflags"