1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/gephex/files/patch-modules_src_imagewritermodule_Makefile.am
Thierry Thomas 38fc40e4d0 GePhex is an interactive effect system for video jockeys. The effects
can be controlled with external devices like joysticks, web-cams, or
midi-devices. New effects can be designed in a GUI (Graphical User
Interface) by composing basic effects into more complex ones.

WWW:	http://www.gephex.org/

PR:		ports/7359
Submitted by:	Igor Pokrovsky <ip (at) doom.homeunix.org>
2006-01-22 13:43:46 +00:00

12 lines
420 B
Plaintext

--- modules/src/imagewritermodule/Makefile.am.orig
+++ modules/src/imagewritermodule/Makefile.am
@@ -17,7 +17,7 @@
imagewritermodule.xpm
imagewritermodule_la_LDFLAGS = -module -avoid-version -no-undefined
-imagewritermodule_la_LIBADD = -lpng -lstdc++
+imagewritermodule_la_LIBADD = @PNG_LDFLAGS@ -lpng -lstdc++
INCLUDES = -I@srcdir@/../../../engine/src/engine \
-I@srcdir@/../../../util/include \