aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sysutils/wmapm/files/patch-aa26
1 files changed, 22 insertions, 4 deletions
diff --git a/sysutils/wmapm/files/patch-aa b/sysutils/wmapm/files/patch-aa
index 0eb740b7ed53..8a7ad23a27d0 100644
--- a/sysutils/wmapm/files/patch-aa
+++ b/sysutils/wmapm/files/patch-aa
@@ -1,10 +1,28 @@
---- Makefile.~1~ Tue Dec 15 23:58:08 1998
-+++ Makefile Fri Jul 2 23:01:51 1999
+--- Makefile.orig Tue Dec 15 16:58:08 1998
++++ Makefile Wed Aug 25 23:55:58 1999
@@ -1,6 +1,6 @@
- CC = gcc
- CFLAGS = -O2 -Wall
+-CC = gcc
+-CFLAGS = -O2 -Wall
-INCDIR = -I/usr/X11R6/include/X11
++CC? = gcc
++CFLAGS? = -O2 -Wall
+INCDIR = -I/usr/X11R6/include
DESTDIR= /usr/X11R6
LIBDIR = -L/usr/X11R6/lib
LIBS = -lXpm -lX11 -lXext
+@@ -8,13 +8,13 @@
+ ../wmgeneral/wmgeneral.o
+
+ .c.o:
+- $(CC) $(COPTS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
++ $(CC) $(CFLAGS) -D$(shell echo `uname -s`) -c $< -o $*.o $(INCDIR)
+
+ all: wmapm.o wmapm
+
+ wmapm.o: wmapm_master.xpm wmapm_mask.xbm wmapm.h
+ wmapm: $(OBJS)
+- $(CC) $(COPTS) $(SYSTEM) -o wmapm $^ $(INCDIR) $(LIBDIR) $(LIBS)
++ $(CC) $(CFLAGS) $(SYSTEM) -o wmapm $^ $(INCDIR) $(LIBDIR) $(LIBS)
+
+ clean:
+ for i in $(OBJS) ; do \
pan>/+91 * dns/powerdns-devel: update to 3.3wg2013-10-045-82/+67 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Cleanup empty files and directories.rm2013-07-191-0/+0 * - Update to 3.3.r1miwi2013-07-156-66/+79 * Chase boost updatebapt2013-01-311-2/+2 * - Update to PowerDNS 3.2-RC4.rakuco2013-01-136-31/+36 * Update to 3.2.r1wxs2012-12-055-29/+30 * - cleanup commentsdinoex2012-10-131-5/+0 * - Fix CONFLICTS and readd PKGNAMESUFFIX so we don't get in trouble with dns/p...scheidell2012-07-281-34/+45 * - update 3.1.r3,1rm2012-05-233-6/+8 * - Update to development release 3.1 RC2scheidell2012-05-106-40/+153 * In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * - Bump PORTREVISION in favor of new databases/opendbx.araujo2009-08-111-1/+2 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - Update boost to 1.39pav2009-07-281-1/+2 * Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+2 * Fix build with with custom LOCALBASE.itetcu2009-06-171-1/+6 * - Update to 20081119/1305miwi2008-11-252-5/+5 * - Update to 2.9.22-RC1miwi2008-11-222-6/+6 * - Update to snapshot 20080912 revision 1263jadawin2008-10-232-5/+5 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0 * - Update to 2.9.22.20080804beech2008-08-074-52/+12 * - Update to 3.0.20080625miwi2008-06-292-5/+5 * - Update to 3.0.20080406jadawin2008-06-263-47/+5 * Fix opendbx backend bugs.wxs2008-06-092-1/+42 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * PowerDNS is an advanced DNS server, which allows for several differentjadawin2008-05-0710-256/+94 * - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0 * - Update PowerDNS to 2.9.21clsung2007-04-2716-1274/+336