diff options
author | nork <nork@FreeBSD.org> | 2004-06-14 01:03:58 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-06-14 01:03:58 +0800 |
commit | 14d6860a8dd97a545b27a05675010160ef79472b (patch) | |
tree | 39aca647a3c80e74074d1a2f9e744375c8baa79a | |
parent | caf2b90ec63fa0e354fba65482502f63c96a5156 (diff) | |
download | freebsd-ports-gnome-14d6860a8dd97a545b27a05675010160ef79472b.tar.gz freebsd-ports-gnome-14d6860a8dd97a545b27a05675010160ef79472b.tar.zst freebsd-ports-gnome-14d6860a8dd97a545b27a05675010160ef79472b.zip |
Fix linkage problem (tring to link installed library).
Noticed by: portupgrade
-rw-r--r-- | graphics/OpenEXR/files/patch-exrdisplay::Makefile.in | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in b/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in index 2eb3685ee600..2a1f808a8b37 100644 --- a/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in +++ b/graphics/OpenEXR/files/patch-exrdisplay::Makefile.in @@ -1,11 +1,20 @@ ---- exrdisplay/Makefile.in.orig Sun Mar 23 20:08:11 2003 -+++ exrdisplay/Makefile.in Mon Mar 24 20:17:50 2003 -@@ -392,7 +392,7 @@ - uninstall-binPROGRAMS uninstall-info-am +--- Makefile.in.orig Sat Jun 5 09:11:35 2004 ++++ Makefile.in Mon Jun 14 02:01:36 2004 +@@ -105,7 +105,7 @@ + + @HAVE_FLTK_TRUE@INCLUDES = @NVSDK_CXXFLAGS@ @FLTK_CXXFLAGS@ -I$(top_builddir) -I$(top_srcdir)/Iex -I$(top_srcdir)/Half -I$(top_srcdir)/Imath -I$(top_srcdir)/IlmImf + +-@HAVE_FLTK_TRUE@LDADD = @FLTK_LDFLAGS@ -L$(top_builddir)/Iex -L$(top_builddir)/Half -L$(top_builddir)/Imath -L$(top_builddir)/IlmImf -lIlmImf -lImath -lHalf -lIex -lz ++@HAVE_FLTK_TRUE@LDADD = -L$(top_builddir)/Iex -L$(top_builddir)/Half -L$(top_builddir)/Imath -L$(top_builddir)/IlmImf -lIlmImf -lImath -lHalf -lIex @FLTK_LDFLAGS@ -lz + @HAVE_NVSDK_TRUE@fragshader_sources = ImageViewFragShader.cpp ImageViewFragShader.h + @HAVE_NVSDK_FALSE@fragshader_sources = + +@@ -423,7 +423,7 @@ + mostlyclean distclean maintainer-clean -@HAVE_FLTK_TRUE@install-exec-hook: +install-exec-hook: @HAVE_FLTK_TRUE@ @FLTK_CONFIG@ --post $(DESTDIR)$(bindir)/exrdisplay - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. + + @HAVE_FLTK_FALSE@install-exec-hook: |