patches/cheese-05-gnu-iconv.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 644 fdc3018a67c6
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
644
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     1
--- cheese-0.2.3/src/Makefile.orig	2007-11-15 16:51:39.728258000 +0000
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     2
+++ cheese-0.2.3/src/Makefile	2007-11-15 16:51:58.617741000 +0000
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     3
@@ -44,8 +44,8 @@
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     4
 LIBEBOOK_CFLAGS := $(LIBEBOK_1_2_CFLAGS)
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     5
 LIBEBOOK_LIBS := $(LIBEBOK_1_2_LIBS)
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     6
 
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     7
-CFLAGS := $(call toc2.call.remove-dupes,$(CFLAGS) $(_CFLAGS))
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     8
-LDFLAGS := $(call toc2.call.remove-dupes,$(LDFLAGS) $(_LIBS))
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
     9
+CFLAGS := $(call toc2.call.remove-dupes,$(CFLAGS) $(_CFLAGS)) -I/usr/gnu/include -L/usr/gnu/lib -R/usr/gnu/lib -lintl
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
    10
+LDFLAGS := $(call toc2.call.remove-dupes,$(LDFLAGS) $(_LIBS)) -L/usr/gnu/lib -R/usr/gnu/lib -lintl
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
    11
 
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
    12
 OBJS = $(SOURCES:%.c=%.o)
fdc3018a67c6 2007-11-15 Damien Carbery <[email protected]>
daymobrew
parents:
diff changeset
    13