aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xtacy/files/patch-Imakefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-30 00:09:41 +0800
committeradamw <adamw@FreeBSD.org>2014-07-30 00:09:41 +0800
commit0884bab4a549508c3a35612e3ad2b7933d694e39 (patch)
treedbeb7f00cce39b82e2c37a70dc9863c72c2dc41d /x11/xtacy/files/patch-Imakefile
parentaa13a1bdb03fcc031268607dfbc30a38d5b4193b (diff)
downloadfreebsd-ports-gnome-0884bab4a549508c3a35612e3ad2b7933d694e39.tar.gz
freebsd-ports-gnome-0884bab4a549508c3a35612e3ad2b7933d694e39.tar.zst
freebsd-ports-gnome-0884bab4a549508c3a35612e3ad2b7933d694e39.zip
Rename x11/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'x11/xtacy/files/patch-Imakefile')
-rw-r--r--x11/xtacy/files/patch-Imakefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/xtacy/files/patch-Imakefile b/x11/xtacy/files/patch-Imakefile
new file mode 100644
index 000000000000..3867bfb393a6
--- /dev/null
+++ b/x11/xtacy/files/patch-Imakefile
@@ -0,0 +1,26 @@
+--- Imakefile.orig Fri Dec 18 23:35:27 1998
++++ Imakefile Fri Dec 18 23:39:50 1998
+@@ -1,20 +1,16 @@
+ # Imakefile
+
+-# For RedHat Linux , uncomment -lcrypt
+-LOCAL_LIBRARIES = $(XLIB) -lm # -lcrypt
++LOCAL_LIBRARIES = $(XLIB) -lm -lcrypt
+
+-SRCS = bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\
++SRCS= bezier.c blob.c color.c cursor.c fields.c frame.c gravity.c\
+ kaleid.c life.c lightning.c lunch.c math.c password.c plasma.c\
+ rose.c rotate.c starback.c swarm.c tag.c trippy.c waves.c xguts.c\
+ mirrors.c fractals.c modes.c
+
+-OBJS=bezier.o blob.o color.o cursor.o fields.o frame.o gravity.o kaleid.o \
++OBJS= bezier.o blob.o color.o cursor.o fields.o frame.o gravity.o kaleid.o \
+ life.o lightning.o lunch.o math.o password.o plasma.o rose.o rotate.o \
+ starback.o swarm.o tag.o trippy.o waves.o xguts.o mirrors.o \
+ fractals.o modes.o
+-
+-CDEBUGFLAGS = -O3 -Wall -g
+-CFLAGS = -O3
+
+ ComplexProgramTarget(xtacy)
+