diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) | |
download | ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.tar.gz ports-29747f458a1eb2ce23b4594b09d0256dd62760b8.zip |
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.
Submitted by: mezz, ahze, pav, and many others
Approved by: portmgr (implicit, kris)
Notes
Notes:
svn path=/head/; revision=175261
Diffstat (limited to 'x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in')
-rw-r--r-- | x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in b/x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in deleted file mode 100644 index 9823a9db77d0..000000000000 --- a/x11-toolkits/gtkmm24/files/patch-gtk__gtkmm__Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- gtk/gtkmm/Makefile.in.orig Fri Apr 14 17:14:20 2006 -+++ gtk/gtkmm/Makefile.in Fri Apr 14 17:14:41 2006 -@@ -425,8 +425,7 @@ - - @PLATFORM_WIN32_FALSE@no_undefined = - @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined -Wl,--export-all-symbols --@PLATFORM_WIN32_FALSE@win32_dlls_extra_libs = --@PLATFORM_WIN32_TRUE@win32_dlls_extra_libs = $(sublib_win32_dlls_libs) -+win32_dlls_extra_libs = $(sublib_win32_dlls_libs) - - # Only export lines that do not contain _GLOBAL_ - # ?! is "negative lookahead" - it stops looking on the line if it finds the regex. |