openbsd-ports/graphics/mandelbulber/patches/patch-makefiles_makefile
bentley 066f6f7eb3 Import mandelbulber-1.08.
Mandelbulber is an easy-to-use, handy, but experimental application
designed to help you render 3D Mandelbrot fractals such as Mandelbulb,
Mandelbox, Bulbbox, Juliabulb, and Menger Sponge.

ok jasper@
2011-10-16 03:51:10 +00:00

13 lines
568 B
Plaintext

$OpenBSD: patch-makefiles_makefile,v 1.1.1.1 2011/10/16 03:51:10 bentley Exp $
--- makefiles/makefile.orig Fri Sep 30 10:08:25 2011
+++ makefiles/makefile Fri Sep 30 10:08:37 2011
@@ -44,7 +44,7 @@ all: mandelbulber
mandelbulber: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
- g++ `pkg-config --libs gtk+-2.0 gthread-2.0` -o"mandelbulber"$(OBJS) $(USER_OBJS) $(LIBS)
+ ${CXX} ${LDFLAGS} `pkg-config --libs gtk+-2.0 gthread-2.0` -o"mandelbulber"$(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '