summaryrefslogtreecommitdiff
path: root/devel/asis-gpl/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-04-18 21:37:32 +0000
commit01a9f79f0a3692d8148990805beabc8593d3596d (patch)
tree99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /devel/asis-gpl/files/patch-ab
parentNew index, rebuilt due to samba changes. (Gee, how many things (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'devel/asis-gpl/files/patch-ab')
-rw-r--r--devel/asis-gpl/files/patch-ab30
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/asis-gpl/files/patch-ab b/devel/asis-gpl/files/patch-ab
deleted file mode 100644
index 66233250fa0e..000000000000
--- a/devel/asis-gpl/files/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
---- obj/Makefile.dist Wed Jul 19 21:09:05 2000
-+++ obj/Makefile Tue Dec 19 18:16:57 2000
-@@ -18,11 +18,11 @@
- endif
-
- bld-objs:
-- gcc -c $(GNATMAKE_FLAGS) -I$(GNAT_DIR) -I$(ASIS_DIR) install_asis.adb
-+ $(CC) -c $(GNATMAKE_FLAGS) -I$(GNAT_DIR) -I$(ASIS_DIR) install_asis.adb
- # install_asis.adb is not '-gnatg-compilable'
- ifeq "$(findstring hppa, $(host))" "hppa"
- # this file has problems when compiled with optimization see 7418-013
-- gcc -c -I$(GNAT_DIR) $(CFLAGS) -O0 $(ASIS_DIR)/a4g-a_sinput.adb
-+ $(CC) -c -I$(GNAT_DIR) $(CFLAGS) -O0 $(ASIS_DIR)/a4g-a_sinput.adb
- endif
- gnatmake -c $(GNATMAKE_FLAGS) -aI$(GNAT_DIR) -aI$(ASIS_DIR) $(CFLAGS)\
- install_asis.adb \
-@@ -31,11 +31,11 @@
-
- libasis$(soext): clean
- $(MAKE) -e bld-objs CFLAGS="$(CFLAGS) -fPIC"
-- gcc -shared -o libasis$(soext) *$(objext)
-+ $(CC) -shared -o libasis$(soext) *$(objext)
-
- clean:
- $(RM) *$(objext)
- $(RM) *.ali
- $(RM) *$(arext)
- $(RM) *$(soext)
-- $(RM) *~
-+ $(RM) *~