diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-10 21:40:22 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-10 21:40:22 +0800 |
| commit | f666dff82cc3a04e6e188fde341f9fccb77eca0b (patch) | |
| tree | 1adac44d8321fd622e918f328516a67e7b087ec2 /x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in | |
| parent | 73a712eaabafc5bedc0042c413c9969524f0fc3e (diff) | |
| download | marcuscom-ports-f666dff82cc3a04e6e188fde341f9fccb77eca0b.tar.gz marcuscom-ports-f666dff82cc3a04e6e188fde341f9fccb77eca0b.tar.zst marcuscom-ports-f666dff82cc3a04e6e188fde341f9fccb77eca0b.zip | |
Add pangox-compat to fix the build of these.
Submitted by: Beeblebrox
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18439 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in')
| -rw-r--r-- | x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in new file mode 100644 index 000000000..acbcfacb0 --- /dev/null +++ b/x11-toolkits/wxgtk26/files/patch-contrib-utils-Makefile.in @@ -0,0 +1,12 @@ +--- contrib/utils/Makefile.in.orig Mon Jun 28 03:47:07 2004 ++++ contrib/utils/Makefile.in Mon Jun 28 03:47:23 2004 +@@ -5,6 +5,9 @@ + all: + @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE)); done + ++install: ++ @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) install); done ++ + clean: + @for d in $(CONTRIB_UTILS); do (cd $$d && $(MAKE) clean); done + |
