summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2006-10-14 13:46:34 +0000
committerTorsten Veller <tove@gentoo.org>2006-10-14 13:46:34 +0000
commit65647e231fb8467e016fd0ac4644aea0471cd611 (patch)
tree37a99027bea2d3a6c1a8053beebde292ce88e230 /app-misc/pal/files/0.3.4-strip.patch
parentRemoved old ebuild. (diff)
downloadhistorical-65647e231fb8467e016fd0ac4644aea0471cd611.tar.gz
historical-65647e231fb8467e016fd0ac4644aea0471cd611.tar.bz2
historical-65647e231fb8467e016fd0ac4644aea0471cd611.zip
Removed old ebuild. Added dev-util/pkgconfig to DEPEND (#151287). Added 0.3.4-r1 to adjust CC, LDFLAGS, no strip, also added nls useflag.
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'app-misc/pal/files/0.3.4-strip.patch')
-rw-r--r--app-misc/pal/files/0.3.4-strip.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/pal/files/0.3.4-strip.patch b/app-misc/pal/files/0.3.4-strip.patch
new file mode 100644
index 000000000000..5951689c842a
--- /dev/null
+++ b/app-misc/pal/files/0.3.4-strip.patch
@@ -0,0 +1,15 @@
+--- pal-0.3.4/src/Makefile
++++ pal-0.3.4/src/Makefile
+@@ -12,9 +12,9 @@
+
+ $(NAME): $(OBJ)
+ $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o $(NAME)
+-ifneq ($(DEBUG),1)
+- strip $(NAME)
+-endif
++#ifneq ($(DEBUG),1)
++# strip $(NAME)
++#endif
+
+ debug: clean
+ @$(MAKE) DEBUG=1