[Midnightbsd-cvs] mports: patch-Makefile: oops..

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 5 19:26:16 EST 2007


Log Message:
-----------
oops.. forgot the patch

Added Files:
-----------
    mports/x11-clocks/wmbinclock/files:
        patch-Makefile (r1.1)

-------------- next part --------------
--- /dev/null
+++ x11-clocks/wmbinclock/files/patch-Makefile
@@ -0,0 +1,15 @@
+--- Makefile.orig	Mon Nov  5 19:15:43 2007
++++ Makefile	Mon Nov  5 19:16:16 2007
+@@ -20,9 +20,9 @@
+ #
+ CC     = gcc
+ CFLAGS = -O2 -Wall
+-INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include
+-DESTDIR= /usr/X11R6
+-LIBDIR = -L/usr/X11R6/lib
++INCDIR = -I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include
++DESTDIR= /usr/local
++LIBDIR = -L/usr/local/lib
+ # for linux
+ LIBS   = -lXpm -lX11 -lXext -lm
+ # for Solaris


More information about the Midnightbsd-cvs mailing list