freebsd-ports/x11-toolkits/wxgtk26/files/patch-contrib-src-gizmos-Makefile.in
2005-05-12 17:45:30 +00:00

11 lines
787 B
Text

--- contrib/src/gizmos/Makefile.in.orig Thu Apr 21 00:33:08 2005
+++ contrib/src/gizmos/Makefile.in Thu May 5 16:22:48 2005
@@ -277,6 +277,8 @@
all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname)
install: all $(__install_gizmosdll___depname) $(__install_gizmos_xrcdll___depname) $(__install_gizmoslib___depname) $(__install_gizmos_xrclib___depname)
+
+install-common:
$(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \
if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \