aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2-tmp/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-06-04 07:39:10 +0800
committerasami <asami@FreeBSD.org>1997-06-04 07:39:10 +0800
commit954ccb7ed154e3b386f2f8da04144b3850f28fc5 (patch)
treeabd4633d99925944145815d2ff21d06e13468458 /graphics/imlib2-tmp/files
parent59bb2b9560f3ca092a3cf6937c10b77904bd6ec9 (diff)
downloadfreebsd-ports-gnome-954ccb7ed154e3b386f2f8da04144b3850f28fc5.tar.gz
freebsd-ports-gnome-954ccb7ed154e3b386f2f8da04144b3850f28fc5.tar.zst
freebsd-ports-gnome-954ccb7ed154e3b386f2f8da04144b3850f28fc5.zip
A graphical library for "enlightenment" package.
PR: 3715 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
Diffstat (limited to 'graphics/imlib2-tmp/files')
-rw-r--r--graphics/imlib2-tmp/files/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/graphics/imlib2-tmp/files/patch-aa b/graphics/imlib2-tmp/files/patch-aa
new file mode 100644
index 000000000000..42914fe5f25f
--- /dev/null
+++ b/graphics/imlib2-tmp/files/patch-aa
@@ -0,0 +1,36 @@
+*** Imakefile.orig Fri May 9 01:33:37 1997
+--- Imakefile Sun May 25 15:32:25 1997
+***************
+*** 11,17 ****
+ #ifdef UseEtcX11
+ ETCDIR=/etc/X11/$(LIBNAME)
+ #else
+! ETCDIR=/etc
+ #endif /* def UseEtcX11 */
+
+ CNFDIR = $(ETCDIR)
+--- 11,17 ----
+ #ifdef UseEtcX11
+ ETCDIR=/etc/X11/$(LIBNAME)
+ #else
+! ETCDIR=/usr/X11R6/lib/X11/enlightenment
+ #endif /* def UseEtcX11 */
+
+ CNFDIR = $(ETCDIR)
+***************
+*** 59,65 ****
+ CNFSRC = ./sys_conf
+ CNFS = $(CNFSRC)/imrc
+ PALS = $(CNFSRC)/im_palette.pal
+! CNFFLAGS = -m 0644 -o root -g root
+ InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS))
+
+ DependTarget()
+--- 59,65 ----
+ CNFSRC = ./sys_conf
+ CNFS = $(CNFSRC)/imrc
+ PALS = $(CNFSRC)/im_palette.pal
+! CNFFLAGS = -m 0644 -o root -g wheel
+ InstallMultipleFlags($(CNFS) $(PALS),$(CNFDIR),$(CNFFLAGS))
+
+ DependTarget()