head	1.2;
access;
symbols
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.05.03.18.27.53;	author petef;	state dead;
branches;
next	1.1;

1.1
date	2002.08.21.00.01.59;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- unbreak on 4.x: add dependency on gdkpixbuf, fix Makefiles to compile with
  the correct libraries
- add a WITH_OPTIMIZED_CFLAGS knob

PR:		51614
Submitted by:	maintainer
@
text
@--- LBreeder/Makefile.orig	Wed Jul 31 13:58:18 2002
+++ LBreeder/Makefile	Wed Jul 31 13:58:30 2002
@@@@ -14,10 +14,7 @@@@
 	export SHOW_DEBUGGING_MESSAGES; $(MAKE) all
 
 L-Breeder    : $(objects)
-	g++ -lwx_gtk -ldl -lpthread -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk \
--rdynamic -lgmodule -lgthread -lglib -lpthread -lXext -lX11 /usr/lib/libGL.a \
-/usr/lib/libGLU.so /usr/lib/libm.a \
--lwx_gtk_gl $(objects) -o L-Breeder
+	g++ `${GTK_CONFIG} gthread --libs` -lwx_gtk -lGL -lGLU -lwx_gtk_gl $(objects) -o L-Breeder
 
 StaticApp : $(objects)
 	g++ /usr/lib/libwx_gtk-2.1.so -ldl -lpthread -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk \
@


1.1
log
@New port L-Breeder version 1.0: Allows you to display and breed
L-system forms

PR:		38725
Submitted by:	David Yeske <dyeske@@yahoo.com>
@
text
@@

