summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-05 03:08:13 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-05 03:08:13 +0000
commit99aea2be6548ab8eb28c5700f442edb3b66405d3 (patch)
tree599d339d052f34c41f235b67af36778be1dad9ba /app-admin/genromfs/files
parentsh love (diff)
downloadhistorical-99aea2be6548ab8eb28c5700f442edb3b66405d3.tar.gz
historical-99aea2be6548ab8eb28c5700f442edb3b66405d3.tar.bz2
historical-99aea2be6548ab8eb28c5700f442edb3b66405d3.zip
Cleanup build system and add amd64 love.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-admin/genromfs/files')
-rw-r--r--app-admin/genromfs/files/genromfs-0.5.1-build.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-admin/genromfs/files/genromfs-0.5.1-build.patch b/app-admin/genromfs/files/genromfs-0.5.1-build.patch
new file mode 100644
index 000000000000..4553aac0972e
--- /dev/null
+++ b/app-admin/genromfs/files/genromfs-0.5.1-build.patch
@@ -0,0 +1,12 @@
+--- Makefile.orig 2006-01-03 16:43:33.000000000 -0500
++++ Makefile 2006-01-03 16:43:44.000000000 -0500
+@@ -6,8 +6,7 @@
+ PACKAGE = genromfs
+ VERSION = 0.5.1
+ CC = gcc
+-CFLAGS = -O2 -Wall -DVERSION=\"$(VERSION)\"#-g#
+-LDFLAGS = -s#-g
++CFLAGS += -Wall -DVERSION=\"$(VERSION)\"#-g#
+
+ DISTDIR = $(PACKAGE)-$(VERSION)
+