[Midnightbsd-cvs] mports: x11-themes/etoile-azbackground: similar patch to azdock...

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 15 13:16:29 EST 2007


Log Message:
-----------
similar patch to azdock... makes it work with /usr/local/lib stuff

Modified Files:
--------------
    mports/x11-themes/etoile-azbackground:
        Makefile (r1.4 -> r1.5)

Added Files:
-----------
    mports/x11-themes/etoile-azbackground/files:
        patch-GNUmakefile (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-themes/etoile-azbackground/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11-themes/etoile-azbackground/Makefile -L x11-themes/etoile-azbackground/Makefile -u -r1.4 -r1.5
--- x11-themes/etoile-azbackground/Makefile
+++ x11-themes/etoile-azbackground/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	azbackground
 PORTVERSION=	0.1.${SNAPSHOT}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-themes gnustep
 MASTER_SITES=	http://download.gna.org/etoile/
 LICENSE=        bsd2
--- /dev/null
+++ x11-themes/etoile-azbackground/files/patch-GNUmakefile
@@ -0,0 +1,15 @@
+--- Services/Private/AZBackground/GNUmakefile.orig	Thu Nov 15 13:07:38 2007
++++ Services/Private/AZBackground/GNUmakefile	Thu Nov 15 13:07:59 2007
+@@ -11,10 +11,10 @@
+ AZBackground_RESOURCE_FILES = \
+ 	Images/*.jpg
+ 
+-ADDITIONAL_INCLUDE_DIRS += -I/usr/include -I/usr/X11R6/include 
++ADDITIONAL_INCLUDE_DIRS += -I/usr/include -I/usr/local/include 
+ 
+ ADDITIONAL_LIB_DIRS += \
+-	-L/usr/lib -L/usr/X11R6/lib -lX11 -lXWindowServerKit 
++	-L/usr/local/lib -lX11 -lXWindowServerKit 
+ 
+ ADDITIONAL_GUI_LIBS += 
+ 


More information about the Midnightbsd-cvs mailing list