diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-08-19 01:45:33 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-08-19 01:45:33 +0800 |
commit | 2e80d1c9e9bd28d15c702030682738bbe6b5753e (patch) | |
tree | d432091fcc35b5ab0da76a8693f346c267c33bc2 /graphics/imlib2/files | |
parent | 08bdb0f15abb41ac4d2555ffd93777dfb09de9e7 (diff) | |
download | freebsd-ports-gnome-2e80d1c9e9bd28d15c702030682738bbe6b5753e.tar.gz freebsd-ports-gnome-2e80d1c9e9bd28d15c702030682738bbe6b5753e.tar.zst freebsd-ports-gnome-2e80d1c9e9bd28d15c702030682738bbe6b5753e.zip |
Bring imlib up to date, for the enlightenment port.
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Diffstat (limited to 'graphics/imlib2/files')
-rw-r--r-- | graphics/imlib2/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/imlib2/files/patch-aa b/graphics/imlib2/files/patch-aa index 42914fe5f25f..de4d8f543fda 100644 --- a/graphics/imlib2/files/patch-aa +++ b/graphics/imlib2/files/patch-aa @@ -1,6 +1,6 @@ -*** Imakefile.orig Fri May 9 01:33:37 1997 ---- Imakefile Sun May 25 15:32:25 1997 -*************** +*** Imakefile.orig Fri Aug 15 16:15:58 1997 +--- Imakefile Fri Aug 15 16:16:29 1997 +*************** LIBREV=1.0 *** 11,17 **** #ifdef UseEtcX11 ETCDIR=/etc/X11/$(LIBNAME) @@ -13,11 +13,11 @@ #ifdef UseEtcX11 ETCDIR=/etc/X11/$(LIBNAME) #else -! ETCDIR=/usr/X11R6/lib/X11/enlightenment +! ETCDIR=X11BASE/lib/X11/enlightenment #endif /* def UseEtcX11 */ CNFDIR = $(ETCDIR) -*************** +*************** InstallMultiple($(HDRS),$(INCROOT)/X11) *** 59,65 **** CNFSRC = ./sys_conf CNFS = $(CNFSRC)/imrc |