~ubuntu-branches/ubuntu/trusty/hwinfo/trusty

« back to all changes in this revision

Viewing changes to debian/patches/020_makefile_common

  • Committer: Bazaar Package Importer
  • Author(s): Morten Werner Olsen
  • Date: 2004-10-05 19:29:14 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041005192914-kdkb09omjhdc8f3h
Tags: 8.38-3
810_hppa_and_m68k_port: replaced both occurances of __m68k__ with
__mc68000__ to make hwinfo build on m68k-archs (thanks to Adam Conrad).
(Closes: #270408)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -ruN hwinfo-7.30/Makefile.common hwinfo-7.30.new/Makefile.common
2
 
--- hwinfo-7.30/Makefile.common 2002-08-05 10:38:29.000000000 +0200
3
 
+++ hwinfo-7.30.new/Makefile.common     2004-04-17 22:21:00.000000000 +0200
4
 
@@ -20,6 +20,7 @@
5
 
 # CFLAGS       = -Wall -O2 -fomit-frame-pointer $(SHARED_FLAGS) $(EXTRA_FLAGS) -I$(TOPDIR)/src/hd
6
 
 CFLAGS = -Wall -O2 -g $(SHARED_FLAGS) $(EXTRA_FLAGS) -I$(TOPDIR)/src/hd
7
 
 SHARED_FLAGS   = -fPIC
8
 
+EXTRA_FLAGS    = -D_REENTRANT
9
 
 
10
 
 LDFLAGS        = -Lsrc
11