1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/java/eclipse/files/patch-launcher-make_gtk.mak
Norikatsu Shigemura 4085ba54b4 Update to 3.0.
Submitted by:	Panagiotis Astithas <past@netmode.ntua.gr>
		Jeremy Faulkner <gldisater@gldis.ca>
		Torben Jager <Torben.Jaeger@t-online.de>
		Georg-W. Koltermann <gwk@rahn-koltermann.de>
Reviewed by:	java
2004-07-25 08:01:09 +00:00

12 lines
509 B
Makefile

--- plugins/platform-launcher/library/gtk/make_gtk.mak.orig Sun Jun 13 22:31:21 2004
+++ plugins/platform-launcher/library/gtk/make_gtk.mak Sun Jun 13 22:31:38 2004
@@ -26,7 +26,7 @@
# Define the object modules to be compiled and flags.
OBJS = eclipse.o eclipseUtil.o eclipseShm.o eclipseGtk.o
EXEC = $(PROGRAM_OUTPUT)
-LIBS = `pkg-config ?libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0
+LIBS = `pkg-config --libs-only-L gtk+-2.0` -lgtk-x11-2.0 -lgdk_pixbuf-2.0
CFLAGS = -O -s \
-DMOZILLA_FIX \